#553D03

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

Shades of Baker's Chocolate #553D03

Tints of Baker's Chocolate #553D03

Color information

#553D03 (or 0x553D03) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3D and 03. RGB value is (85,61,3). Sum of RGB (Red+Green+Blue) = 85+61+3=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D03 is #AAC2FC. Grayscale: #3D3D3D. Windows color (decimal): -11191037 or 212309. OLE color: 212309.

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

Color convert

RGB85613-
CMYK00.280.960.67
HSL42.44º93.18%17.25%-
HSV(B)42.44º96.47%33.33%-
XYZ5.435.280.82-
YUV61.5694.95144.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=57.05%
G=40.94%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561300.280.960.6742.4493.1817.25
Hex553D301C60432a5d11
Octal1257530341401035213521
Binary10101011111011101110011000001000011101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,3); }

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

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

 a { background-color: rgb(85,61,3); }

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

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

 span { border-color: rgb(85,61,3); }

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