#5D301B

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

Shades of Baker's Chocolate #5D301B

Tints of Baker's Chocolate #5D301B

Color information

#5D301B (or 0x5D301B) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 30 and 1B. RGB value is (93,48,27). Sum of RGB (Red+Green+Blue) = 93+48+27=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D301B is #A2CFE4. Grayscale: #3B3B3B. Windows color (decimal): -10670053 or 1781853. OLE color: 1781853.

HSL color Cylindrical-coordinate representation of color #5D301B: hue angle of 19.09º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D301B is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB934827-
CMYK00.480.710.64
HSL19.09º55%23.53%-
HSV(B)19.09º70.97%36.47%-
XYZ5.774.521.61-
YUV59.06109.91152.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.36%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=55.36%
G=28.57%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93482700.480.710.6419.095523.53
Hex5D301B0304740133718
Octal1356033060107100236730
Binary1011101110000110110110000100011110000001001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,48,27); }

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

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

 a { background-color: rgb(93,48,27); }

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

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

 span { border-color: rgb(93,48,27); }

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