Html Css Color HEX #5D390D Baker's Chocolate

📋 copy color: '#5D390D'

red 93 ◦ green 57 ◦ blue 13

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

Shades of Baker's Chocolate #5D390D

Tints of Baker's Chocolate #5D390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 57.06%
G = 34.97%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5D390D (or 0x5D390D) is known color: Baker's Chocolate. HEX triplet: 5D, 39 and 0D. RGB value is (93,57,13). Sum of RGB (Red+Green+Blue) = 93+57+13=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D390D is #A2C6F2. Grayscale: #3E3E3E. Windows color (decimal): -10667763 or 866653. OLE color: 866653.

HSL color Cylindrical-coordinate representation of color #5D390D: hue angle of 33º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D390D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 57 13 -
CMYK 0 0.39 0.86 0.64
HSL 33º 0.75% 0.21% -
HSV(B) 33º 0.86% 0.36% -
XYZ 6.05 5.28 1.08 -
YUV 62.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 93 57 13 0 0.39 0.86 0.64 33 0.75 0.21
Hex 5D 39 D 0 27 56 40 21 4B 15
Octal 135 71 15 0 47 126 100 41 113 25
Binary 1011101 111001 1101 0 100111 1010110 1000000 100001 1001011 10101

Color Harmonies of #5D390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D390D

Black with #5D390D

Text Example


Text Example

White with #5D390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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