Html Css Color HEX #5D371A Baker's Chocolate

📋 copy color: '#5D371A'

red 93 ◦ green 55 ◦ blue 26

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

Shades of Baker's Chocolate #5D371A

Tints of Baker's Chocolate #5D371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

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

R = 53.45%
G = 31.61%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D371A (or 0x5D371A) is known color: Baker's Chocolate. HEX triplet: 5D, 37 and 1A. RGB value is (93,55,26). Sum of RGB (Red+Green+Blue) = 93+55+26=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D371A is #A2C8E5. Grayscale: #3F3F3F. Windows color (decimal): -10668262 or 1718109. OLE color: 1718109.

HSL color Cylindrical-coordinate representation of color #5D371A: hue angle of 25.97º 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 #5D371A is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 55 26 -
CMYK 0 0.41 0.72 0.64
HSL 25.97º 0.56% 0.23% -
HSV(B) 25.97º 0.72% 0.36% -
XYZ 6.07 5.13 1.65 -
YUV 63.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 93 55 26 0 0.41 0.72 0.64 25.97 0.56 0.23
Hex 5D 37 1A 0 29 48 40 1A 38 17
Octal 135 67 32 0 51 110 100 32 70 27
Binary 1011101 110111 11010 0 101001 1001000 1000000 11010 111000 10111

Color Harmonies of #5D371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D371A

Black with #5D371A

Text Example


Text Example

White with #5D371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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