#5D2502

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

Shades of Baker's Chocolate #5D2502

Tints of Baker's Chocolate #5D2502

Color information

#5D2502 (or 0x5D2502) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 25 and 02. RGB value is (93,37,2). Sum of RGB (Red+Green+Blue) = 93+37+2=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2502 is #A2DAFD. Grayscale: #313131. Windows color (decimal): -10672894 or 140637. OLE color: 140637.

HSL color Cylindrical-coordinate representation of color #5D2502: hue angle of 23.08º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D2502 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB93372-
CMYK00.600.980.64
HSL23.08º95.79%18.63%-
HSV(B)23.08º97.85%36.47%-
XYZ5.193.650.49-
YUV49.75101.05158.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 70.45%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=70.45%
G=28.03%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9337200.600.980.6423.0895.7918.63
Hex5D25203C6240176013
Octal1354520741421002714023
Binary10111011001011001111001100010100000010111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,2); }

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

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

 a { background-color: rgb(93,37,2); }

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

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

 span { border-color: rgb(93,37,2); }

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