#5C3005

Color #5C3005 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C3005

Tints of Baker's Chocolate #5C3005

Color information

#5C3005 (or 0x5C3005) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 30 and 05. RGB value is (92,48,5). Sum of RGB (Red+Green+Blue) = 92+48+5=145 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.45% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3005 is #A3CFFA. Grayscale: #383838. Windows color (decimal): -10735611 or 340060. OLE color: 340060.

HSL color Cylindrical-coordinate representation of color #5C3005: hue angle of 29.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C3005 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB92485-
CMYK00.480.950.64
HSL29.66º89.69%19.02%-
HSV(B)29.66º94.57%36.08%-
XYZ5.54.40.7-
YUV56.2599.08153.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.45%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=63.45%
G=33.10%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9248500.480.950.6429.6689.6919.02
Hex5C3050305F401e5a13
Octal1346050601371003613223
Binary101110011000010101100001011111100000011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C3005; }

 p { color: rgb(92,48,5); }

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

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

 a { background-color: rgb(92,48,5); }

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

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

 span { border-color: rgb(92,48,5); }

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