#B3610D

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

Shades of Golden Brown #B3610D

Tints of Golden Brown #B3610D

Color information

#B3610D (or 0xB3610D) is unknown color: approx Golden Brown. HEX triplet: B3, 61 and 0D. RGB value is (179,97,13). Sum of RGB (Red+Green+Blue) = 179+97+13=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3610D is #4C9EF2. Grayscale: #707070. Windows color (decimal): -5021427 or 876979. OLE color: 876979.

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

Color convert

RGB1799713-
CMYK00.460.930.30
HSL30.36º86.46%37.65%-
HSV(B)30.36º92.74%70.2%-
XYZ22.9418.162.68-
YUV111.9472.17175.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=61.94%
G=33.56%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179971300.460.930.3030.3686.4637.65
HexB361D02E5D1E1e5626
Octal26314115056135363612646
Binary10110011110000111010101110101110111110111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3610D; }

 p { color: rgb(179,97,13); }

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

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

 a { background-color: rgb(179,97,13); }

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

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

 span { border-color: rgb(179,97,13); }

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