#B76620

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

Shades of Christine #B76620

Tints of Christine #B76620

Color information

#B76620 (or 0xB76620) is unknown color: approx Christine. HEX triplet: B7, 66 and 20. RGB value is (183,102,32). Sum of RGB (Red+Green+Blue) = 183+102+32=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76620 is #4899DF. Grayscale: #767676. Windows color (decimal): -4757984 or 2123447. OLE color: 2123447.

HSL color Cylindrical-coordinate representation of color #B76620: hue angle of 27.81º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76620 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB18310232-
CMYK00.440.830.28
HSL27.81º70.23%42.16%-
HSV(B)27.81º82.51%71.76%-
XYZ24.5419.673.87-
YUV118.2479.34174.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=57.73%
G=32.18%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831023200.440.830.2827.8170.2342.16
HexB7662002C531C1c462a
Octal26714640054123343410652
Binary1011011111001101000000101100101001111100111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76620; }

 p { color: rgb(183,102,32); }

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

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

 a { background-color: rgb(183,102,32); }

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

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

 span { border-color: rgb(183,102,32); }

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