Html Css Color HEX #5D3C0B Baker's Chocolate

📋 copy color: '#5D3C0B'

red 93 ◦ green 60 ◦ blue 11

#5D3C0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #5D3C0B

Tints of Baker's Chocolate #5D3C0B

RGB

 RED value IS 93 (36.72% from 255) = 56.71%

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 11 (4.69% from 255) = 6.71%

R = 56.71%
G = 36.59%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5D3C0B (or 0x5D3C0B) is known color: Baker's Chocolate. HEX triplet: 5D, 3C and 0B. RGB value is (93,60,11). Sum of RGB (Red+Green+Blue) = 93+60+11=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3C0B is #A2C3F4. Grayscale: #404040. Windows color (decimal): -10666997 or 736349. OLE color: 736349.

HSL color Cylindrical-coordinate representation of color #5D3C0B: hue angle of 35.85º 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 #5D3C0B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 60 11 -
CMYK 0 0.35 0.88 0.64
HSL 35.85º 0.79% 0.2% -
HSV(B) 35.85º 0.88% 0.36% -
XYZ 6.19 5.58 1.07 -
YUV 64.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 93 60 11 0 0.35 0.88 0.64 35.85 0.79 0.2
Hex 5D 3C B 0 23 58 40 24 4F 14
Octal 135 74 13 0 43 130 100 44 117 24
Binary 1011101 111100 1011 0 100011 1011000 1000000 100100 1001111 10100

Color Harmonies of #5D3C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3C0B

Black with #5D3C0B

Text Example


Text Example

White with #5D3C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D3C0B;
 }
 .AnyTagClassName
 {
   color: #5D3C0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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