#552B14

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

Shades of Baker's Chocolate #552B14

Tints of Baker's Chocolate #552B14

Color information

#552B14 (or 0x552B14) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2B and 14. RGB value is (85,43,20). Sum of RGB (Red+Green+Blue) = 85+43+20=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B14 is #AAD4EB. Grayscale: #353535. Windows color (decimal): -11195628 or 1321813. OLE color: 1321813.

HSL color Cylindrical-coordinate representation of color #552B14: hue angle of 21.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552B14 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB854320-
CMYK00.490.760.67
HSL21.23º61.9%20.59%-
HSV(B)21.23º76.47%33.33%-
XYZ4.743.711.13-
YUV52.94109.41150.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=57.43%
G=29.05%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85432000.490.760.6721.2361.920.59
Hex552B140314C43153e15
Octal1255324061114103257625
Binary1010101101011101000110001100110010000111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,43,20); }

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

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

 a { background-color: rgb(85,43,20); }

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

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

 span { border-color: rgb(85,43,20); }

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