#553C02

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

Shades of Baker's Chocolate #553C02

Tints of Baker's Chocolate #553C02

Color information

#553C02 (or 0x553C02) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3C and 02. RGB value is (85,60,2). Sum of RGB (Red+Green+Blue) = 85+60+2=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C02 is #AAC3FD. Grayscale: #3D3D3D. Windows color (decimal): -11191294 or 146517. OLE color: 146517.

HSL color Cylindrical-coordinate representation of color #553C02: hue angle of 41.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #553C02 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85602-
CMYK00.290.980.67
HSL41.93º95.4%17.06%-
HSV(B)41.93º97.65%33.33%-
XYZ5.375.170.77-
YUV60.8694.78145.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=57.82%
G=40.82%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8560200.290.980.6741.9395.417.06
Hex553C201D62432a5f11
Octal1257420351421035213721
Binary10101011111001001110111000101000011101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553C02; }

 p { color: rgb(85,60,2); }

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

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

 a { background-color: rgb(85,60,2); }

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

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

 span { border-color: rgb(85,60,2); }

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