Html Css Color HEX #5D3412 Baker's Chocolate

📋 copy color: '#5D3412'

red 93 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #5D3412

Tints of Baker's Chocolate #5D3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 57.06%
G = 31.9%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5D3412 (or 0x5D3412) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 12. RGB value is (93,52,18). Sum of RGB (Red+Green+Blue) = 93+52+18=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3412 is #A2CBED. Grayscale: #3C3C3C. Windows color (decimal): -10669038 or 1193053. OLE color: 1193053.

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

Color convert

RGB 93 52 18 -
CMYK 0 0.44 0.81 0.64
HSL 27.2º 0.68% 0.22% -
HSV(B) 27.2º 0.81% 0.36% -
XYZ 5.85 4.83 1.2 -
YUV 60.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 93 52 18 0 0.44 0.81 0.64 27.2 0.68 0.22
Hex 5D 34 12 0 2C 51 40 1B 44 16
Octal 135 64 22 0 54 121 100 33 104 26
Binary 1011101 110100 10010 0 101100 1010001 1000000 11011 1000100 10110

Color Harmonies of #5D3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3412

Black with #5D3412

Text Example


Text Example

White with #5D3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,52,18); }

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

background-color css

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

 a { background-color: rgb(93,52,18); }

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

border-color css

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

 span { border-color: rgb(93,52,18); }

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