Html Css Color HEX #5D3014 Baker's Chocolate

📋 copy color: '#5D3014'

red 93 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #5D3014

Tints of Baker's Chocolate #5D3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 57.76%
G = 29.81%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5D3014 (or 0x5D3014) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 14. RGB value is (93,48,20). Sum of RGB (Red+Green+Blue) = 93+48+20=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3014 is #A2CFEB. Grayscale: #3A3A3A. Windows color (decimal): -10670060 or 1323101. OLE color: 1323101.

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

Color convert

RGB 93 48 20 -
CMYK 0 0.48 0.78 0.64
HSL 23.01º 0.65% 0.22% -
HSV(B) 23.01º 0.78% 0.36% -
XYZ 5.7 4.49 1.23 -
YUV 58.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 93 48 20 0 0.48 0.78 0.64 23.01 0.65 0.22
Hex 5D 30 14 0 30 4E 40 17 41 16
Octal 135 60 24 0 60 116 100 27 101 26
Binary 1011101 110000 10100 0 110000 1001110 1000000 10111 1000001 10110

Color Harmonies of #5D3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3014

Black with #5D3014

Text Example


Text Example

White with #5D3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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