#B4620D

Color #B4620D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B4620D

Tints of Golden Brown #B4620D

Color information

#B4620D (or 0xB4620D) is unknown color: approx Golden Brown. HEX triplet: B4, 62 and 0D. RGB value is (180,98,13). Sum of RGB (Red+Green+Blue) = 180+98+13=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4620D is #4B9DF2. Grayscale: #717171. Windows color (decimal): -4955635 or 877236. OLE color: 877236.

HSL color Cylindrical-coordinate representation of color #B4620D: hue angle of 30.54º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4620D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1809813-
CMYK00.460.930.29
HSL30.54º86.53%37.84%-
HSV(B)30.54º92.78%70.59%-
XYZ23.2618.472.72-
YUV112.8371.67175.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=61.86%
G=33.68%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180981300.460.930.2930.5486.5337.84
HexB462D02E5D1D1f5726
Octal26414215056135353712746
Binary10110100110001011010101110101110111101111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4620D; }

 p { color: rgb(180,98,13); }

 H1.HeaderClassName
 {
   color: #B4620D;
 }
 .AnyTagClassName
 {
   color: #B4620D;
 }
</style>
background-color css

<style>
 a { background-color: #B4620D; }

 a { background-color: rgb(180,98,13); }

 div.DivClassName
 {
   background-color: #B4620D;
 }
 .BgClassName
 {
   background-color: #B4620D;
 }
</style>
border-color css

<style>
 span { border-color: #B4620D; }

 span { border-color: rgb(180,98,13); }

 td.TdClassName
 {
   border-color: #B4620D;
 }
 .TagClassName
 {
   border-color: #B4620D;
 }
</style>