#55330F

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

Shades of Baker's Chocolate #55330F

Tints of Baker's Chocolate #55330F

Color information

#55330F (or 0x55330F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 33 and 0F. RGB value is (85,51,15). Sum of RGB (Red+Green+Blue) = 85+51+15=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55330F is #AACCF0. Grayscale: #393939. Windows color (decimal): -11193585 or 996181. OLE color: 996181.

HSL color Cylindrical-coordinate representation of color #55330F: hue angle of 30.86º 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 #55330F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB855115-
CMYK00.400.820.67
HSL30.86º70%19.61%-
HSV(B)30.86º82.35%33.33%-
XYZ5.024.331.02-
YUV57.06104.26147.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=56.29%
G=33.77%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85511500.400.820.6730.867019.61
Hex5533F02852431f4614
Octal12563170501221033710624
Binary1010101110011111101010001010010100001111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55330F; }

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

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

<style>
 a { background-color: #55330F; }

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

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

<style>
 span { border-color: #55330F; }

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

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