Html Css Color HEX #5D311E Baker's Chocolate

📋 copy color: '#5D311E'

red 93 ◦ green 49 ◦ blue 30

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

Shades of Baker's Chocolate #5D311E

Tints of Baker's Chocolate #5D311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 54.07%
G = 28.49%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5D311E (or 0x5D311E) is known color: Baker's Chocolate. HEX triplet: 5D, 31 and 1E. RGB value is (93,49,30). Sum of RGB (Red+Green+Blue) = 93+49+30=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D311E is #A2CEE1. Grayscale: #3C3C3C. Windows color (decimal): -10669794 or 1978717. OLE color: 1978717.

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

Color convert

RGB 93 49 30 -
CMYK 0 0.47 0.68 0.64
HSL 18.1º 0.51% 0.24% -
HSV(B) 18.1º 0.68% 0.36% -
XYZ 5.85 4.62 1.81 -
YUV 59.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 93 49 30 0 0.47 0.68 0.64 18.1 0.51 0.24
Hex 5D 31 1E 0 2F 44 40 12 33 18
Octal 135 61 36 0 57 104 100 22 63 30
Binary 1011101 110001 11110 0 101111 1000100 1000000 10010 110011 11000

Color Harmonies of #5D311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D311E

Black with #5D311E

Text Example


Text Example

White with #5D311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,49,30); }

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

background-color css

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

 a { background-color: rgb(93,49,30); }

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

border-color css

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

 span { border-color: rgb(93,49,30); }

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