Html Css Color HEX #5D390B Baker's Chocolate

📋 copy color: '#5D390B'

red 93 ◦ green 57 ◦ blue 11

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

Shades of Baker's Chocolate #5D390B

Tints of Baker's Chocolate #5D390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 57.76%
G = 35.4%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5D390B (or 0x5D390B) is known color: Baker's Chocolate. HEX triplet: 5D, 39 and 0B. RGB value is (93,57,11). Sum of RGB (Red+Green+Blue) = 93+57+11=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D390B is #A2C6F4. Grayscale: #3E3E3E. Windows color (decimal): -10667765 or 735581. OLE color: 735581.

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

Color convert

RGB 93 57 11 -
CMYK 0 0.39 0.88 0.64
HSL 33.66º 0.79% 0.2% -
HSV(B) 33.66º 0.88% 0.36% -
XYZ 6.04 5.28 1.02 -
YUV 62.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 93 57 11 0 0.39 0.88 0.64 33.66 0.79 0.2
Hex 5D 39 B 0 27 58 40 22 4F 14
Octal 135 71 13 0 47 130 100 42 117 24
Binary 1011101 111001 1011 0 100111 1011000 1000000 100010 1001111 10100

Color Harmonies of #5D390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D390B

Black with #5D390B

Text Example


Text Example

White with #5D390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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