Html Css Color HEX #5A2811 Baker's Chocolate

📋 copy color: '#5A2811'

red 90 ◦ green 40 ◦ blue 17

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

Shades of Baker's Chocolate #5A2811

Tints of Baker's Chocolate #5A2811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 61.22%
G = 27.21%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A2811 (or 0x5A2811) is known color: Baker's Chocolate. HEX triplet: 5A, 28 and 11. RGB value is (90,40,17). Sum of RGB (Red+Green+Blue) = 90+40+17=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2811 is #A5D7EE. Grayscale: #343434. Windows color (decimal): -10868719 or 1124442. OLE color: 1124442.

HSL color Cylindrical-coordinate representation of color #5A2811: hue angle of 18.9º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2811 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 40 17 -
CMYK 0 0.56 0.81 0.65
HSL 18.9º 0.68% 0.21% -
HSV(B) 18.9º 0.81% 0.35% -
XYZ 5.08 3.73 0.98 -
YUV 52.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 90 40 17 0 0.56 0.81 0.65 18.9 0.68 0.21
Hex 5A 28 11 0 38 51 41 13 44 15
Octal 132 50 21 0 70 121 101 23 104 25
Binary 1011010 101000 10001 0 111000 1010001 1000001 10011 1000100 10101

Color Harmonies of #5A2811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2811

Black with #5A2811

Text Example


Text Example

White with #5A2811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,17); }

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

background-color css

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

 a { background-color: rgb(90,40,17); }

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

border-color css

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

 span { border-color: rgb(90,40,17); }

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