Html Css Color HEX #5D310A Baker's Chocolate

📋 copy color: '#5D310A'

red 93 ◦ green 49 ◦ blue 10

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

Shades of Baker's Chocolate #5D310A

Tints of Baker's Chocolate #5D310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 61.18%
G = 32.24%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D310A (or 0x5D310A) is known color: Baker's Chocolate. HEX triplet: 5D, 31 and 0A. RGB value is (93,49,10). Sum of RGB (Red+Green+Blue) = 93+49+10=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D310A is #A2CEF5. Grayscale: #393939. Windows color (decimal): -10669814 or 667997. OLE color: 667997.

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

Color convert

RGB 93 49 10 -
CMYK 0 0.47 0.89 0.64
HSL 28.19º 0.81% 0.2% -
HSV(B) 28.19º 0.89% 0.36% -
XYZ 5.67 4.55 0.87 -
YUV 57.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 93 49 10 0 0.47 0.89 0.64 28.19 0.81 0.2
Hex 5D 31 A 0 2F 59 40 1C 51 14
Octal 135 61 12 0 57 131 100 34 121 24
Binary 1011101 110001 1010 0 101111 1011001 1000000 11100 1010001 10100

Color Harmonies of #5D310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D310A

Black with #5D310A

Text Example


Text Example

White with #5D310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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