Html Css Color HEX #5A2915 Baker's Chocolate

📋 copy color: '#5A2915'

red 90 ◦ green 41 ◦ blue 21

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

Shades of Baker's Chocolate #5A2915

Tints of Baker's Chocolate #5A2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 59.21%
G = 26.97%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A2915 (or 0x5A2915) is known color: Baker's Chocolate. HEX triplet: 5A, 29 and 15. RGB value is (90,41,21). Sum of RGB (Red+Green+Blue) = 90+41+21=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2915 is #A5D6EA. Grayscale: #353535. Windows color (decimal): -10868459 or 1386842. OLE color: 1386842.

HSL color Cylindrical-coordinate representation of color #5A2915: hue angle of 17.39º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2915 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 41 21 -
CMYK 0 0.54 0.77 0.65
HSL 17.39º 0.62% 0.22% -
HSV(B) 17.39º 0.77% 0.35% -
XYZ 5.14 3.81 1.17 -
YUV 53.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 90 41 21 0 0.54 0.77 0.65 17.39 0.62 0.22
Hex 5A 29 15 0 36 4D 41 11 3E 16
Octal 132 51 25 0 66 115 101 21 76 26
Binary 1011010 101001 10101 0 110110 1001101 1000001 10001 111110 10110

Color Harmonies of #5A2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2915

Black with #5A2915

Text Example


Text Example

White with #5A2915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,41,21); }

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

background-color css

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

 a { background-color: rgb(90,41,21); }

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

border-color css

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

 span { border-color: rgb(90,41,21); }

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