#552A0F

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

Shades of Baker's Chocolate #552A0F

Tints of Baker's Chocolate #552A0F

Color information

#552A0F (or 0x552A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2A and 0F. RGB value is (85,42,15). Sum of RGB (Red+Green+Blue) = 85+42+15=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A0F is #AAD5F0. Grayscale: #333333. Windows color (decimal): -11195889 or 993877. OLE color: 993877.

HSL color Cylindrical-coordinate representation of color #552A0F: hue angle of 23.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552A0F is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB854215-
CMYK00.510.820.67
HSL23.14º70%19.61%-
HSV(B)23.14º82.35%33.33%-
XYZ4.663.620.91-
YUV51.78107.25151.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=59.86%
G=29.58%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85421500.510.820.6723.147019.61
Hex552AF0335243174614
Octal12552170631221032710624
Binary1010101101010111101100111010010100001110111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A0F; }

 p { color: rgb(85,42,15); }

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

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

 a { background-color: rgb(85,42,15); }

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

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

 span { border-color: rgb(85,42,15); }

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