Html Css Color HEX #5D301C Baker's Chocolate

📋 copy color: '#5D301C'

red 93 ◦ green 48 ◦ blue 28

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

Shades of Baker's Chocolate #5D301C

Tints of Baker's Chocolate #5D301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 55.03%
G = 28.4%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D301C (or 0x5D301C) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 1C. RGB value is (93,48,28). Sum of RGB (Red+Green+Blue) = 93+48+28=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D301C is #A2CFE3. Grayscale: #3B3B3B. Windows color (decimal): -10670052 or 1847389. OLE color: 1847389.

HSL color Cylindrical-coordinate representation of color #5D301C: hue angle of 18.46º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D301C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 48 28 -
CMYK 0 0.48 0.70 0.64
HSL 18.46º 0.54% 0.24% -
HSV(B) 18.46º 0.7% 0.36% -
XYZ 5.78 4.52 1.67 -
YUV 59.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 93 48 28 0 0.48 0.70 0.64 18.46 0.54 0.24
Hex 5D 30 1C 0 30 46 40 12 36 18
Octal 135 60 34 0 60 106 100 22 66 30
Binary 1011101 110000 11100 0 110000 1000110 1000000 10010 110110 11000

Color Harmonies of #5D301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D301C

Black with #5D301C

Text Example


Text Example

White with #5D301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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