Html Css Color HEX #5D280C Baker's Chocolate

📋 copy color: '#5D280C'

red 93 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #5D280C

Tints of Baker's Chocolate #5D280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 64.14%
G = 27.59%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5D280C (or 0x5D280C) is known color: Baker's Chocolate. HEX triplet: 5D, 28 and 0C. RGB value is (93,40,12). Sum of RGB (Red+Green+Blue) = 93+40+12=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D280C is #A2D7F3. Grayscale: #343434. Windows color (decimal): -10672116 or 796765. OLE color: 796765.

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

Color convert

RGB 93 40 12 -
CMYK 0 0.57 0.87 0.64
HSL 20.74º 0.77% 0.21% -
HSV(B) 20.74º 0.87% 0.36% -
XYZ 5.34 3.87 0.81 -
YUV 52.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 93 40 12 0 0.57 0.87 0.64 20.74 0.77 0.21
Hex 5D 28 C 0 39 57 40 15 4D 15
Octal 135 50 14 0 71 127 100 25 115 25
Binary 1011101 101000 1100 0 111001 1010111 1000000 10101 1001101 10101

Color Harmonies of #5D280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D280C

Black with #5D280C

Text Example


Text Example

White with #5D280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,40,12); }

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

background-color css

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

 a { background-color: rgb(93,40,12); }

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

border-color css

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

 span { border-color: rgb(93,40,12); }

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