Html Css Color HEX #5D3011 Baker's Chocolate

📋 copy color: '#5D3011'

red 93 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #5D3011

Tints of Baker's Chocolate #5D3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.38%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 58.86%
G = 30.38%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5D3011 (or 0x5D3011) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 11. RGB value is (93,48,17). Sum of RGB (Red+Green+Blue) = 93+48+17=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3011 is #A2CFEE. Grayscale: #3A3A3A. Windows color (decimal): -10670063 or 1126493. OLE color: 1126493.

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

Color convert

RGB 93 48 17 -
CMYK 0 0.48 0.82 0.64
HSL 24.47º 0.69% 0.22% -
HSV(B) 24.47º 0.82% 0.36% -
XYZ 5.67 4.48 1.1 -
YUV 57.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 93 48 17 0 0.48 0.82 0.64 24.47 0.69 0.22
Hex 5D 30 11 0 30 52 40 18 45 16
Octal 135 60 21 0 60 122 100 30 105 26
Binary 1011101 110000 10001 0 110000 1010010 1000000 11000 1000101 10110

Color Harmonies of #5D3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3011

Black with #5D3011

Text Example


Text Example

White with #5D3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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