Html Css Color HEX #5D311A Baker's Chocolate

📋 copy color: '#5D311A'

red 93 ◦ green 49 ◦ blue 26

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

Shades of Baker's Chocolate #5D311A

Tints of Baker's Chocolate #5D311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 55.36%
G = 29.17%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D311A (or 0x5D311A) is known color: Baker's Chocolate. HEX triplet: 5D, 31 and 1A. RGB value is (93,49,26). Sum of RGB (Red+Green+Blue) = 93+49+26=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D311A is #A2CEE5. Grayscale: #3B3B3B. Windows color (decimal): -10669798 or 1716573. OLE color: 1716573.

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

Color convert

RGB 93 49 26 -
CMYK 0 0.47 0.72 0.64
HSL 20.6º 0.56% 0.23% -
HSV(B) 20.6º 0.72% 0.36% -
XYZ 5.8 4.6 1.56 -
YUV 59.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 93 49 26 0 0.47 0.72 0.64 20.6 0.56 0.23
Hex 5D 31 1A 0 2F 48 40 15 38 17
Octal 135 61 32 0 57 110 100 25 70 27
Binary 1011101 110001 11010 0 101111 1001000 1000000 10101 111000 10111

Color Harmonies of #5D311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D311A

Black with #5D311A

Text Example


Text Example

White with #5D311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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