#55230E

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

Shades of Baker's Chocolate #55230E

Tints of Baker's Chocolate #55230E

Color information

#55230E (or 0x55230E) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 23 and 0E. RGB value is (85,35,14). Sum of RGB (Red+Green+Blue) = 85+35+14=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55230E is #AADCF1. Grayscale: #2F2F2F. Windows color (decimal): -11197682 or 926549. OLE color: 926549.

HSL color Cylindrical-coordinate representation of color #55230E: hue angle of 17.75º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55230E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB853514-
CMYK00.590.840.67
HSL17.75º71.72%19.41%-
HSV(B)17.75º83.53%33.33%-
XYZ4.433.170.79-
YUV47.56109.06154.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=63.43%
G=26.12%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85351400.590.840.6717.7571.7219.41
Hex5523E03B5443124813
Octal12543160731241032211023
Binary1010101100011111001110111010100100001110010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55230E; }

 p { color: rgb(85,35,14); }

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

<style>
 a { background-color: #55230E; }

 a { background-color: rgb(85,35,14); }

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

<style>
 span { border-color: #55230E; }

 span { border-color: rgb(85,35,14); }

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