Html Css Color HEX #5A371C Baker's Chocolate

📋 copy color: '#5A371C'

red 90 ◦ green 55 ◦ blue 28

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

Shades of Baker's Chocolate #5A371C

Tints of Baker's Chocolate #5A371C

RGB

 RED value IS 90 (35.55% from 255) = 52.02%

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

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

R = 52.02%
G = 31.79%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A371C (or 0x5A371C) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 1C. RGB value is (90,55,28). Sum of RGB (Red+Green+Blue) = 90+55+28=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371C is #A5C8E3. Grayscale: #3E3E3E. Windows color (decimal): -10864868 or 1849178. OLE color: 1849178.

HSL color Cylindrical-coordinate representation of color #5A371C: hue angle of 26.13º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A371C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 28 -
CMYK 0 0.39 0.69 0.65
HSL 26.13º 0.53% 0.23% -
HSV(B) 26.13º 0.69% 0.35% -
XYZ 5.79 4.99 1.76 -
YUV 62.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 90 55 28 0 0.39 0.69 0.65 26.13 0.53 0.23
Hex 5A 37 1C 0 27 45 41 1A 35 17
Octal 132 67 34 0 47 105 101 32 65 27
Binary 1011010 110111 11100 0 100111 1000101 1000001 11010 110101 10111

Color Harmonies of #5A371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A371C

Black with #5A371C

Text Example


Text Example

White with #5A371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,28); }

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

background-color css

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

 a { background-color: rgb(90,55,28); }

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

border-color css

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

 span { border-color: rgb(90,55,28); }

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