#5D220B

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

Shades of Baker's Chocolate #5D220B

Tints of Baker's Chocolate #5D220B

Color information

#5D220B (or 0x5D220B) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 22 and 0B. RGB value is (93,34,11). Sum of RGB (Red+Green+Blue) = 93+34+11=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D220B is #A2DDF4. Grayscale: #313131. Windows color (decimal): -10673653 or 729693. OLE color: 729693.

HSL color Cylindrical-coordinate representation of color #5D220B: hue angle of 16.83º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D220B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB933411-
CMYK00.630.880.64
HSL16.83º78.85%20.39%-
HSV(B)16.83º88.17%36.47%-
XYZ5.153.50.72-
YUV49.02106.55159.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 67.39%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=67.39%
G=24.64%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93341100.630.880.6416.8378.8520.39
Hex5D22B03F5840114f14
Octal13542130771301002111724
Binary1011101100010101101111111011000100000010001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D220B; }

 p { color: rgb(93,34,11); }

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

<style>
 a { background-color: #5D220B; }

 a { background-color: rgb(93,34,11); }

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

<style>
 span { border-color: #5D220B; }

 span { border-color: rgb(93,34,11); }

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