Html Css Color HEX #5A2912 Baker's Chocolate

📋 copy color: '#5A2912'

red 90 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #5A2912

Tints of Baker's Chocolate #5A2912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 60.4%
G = 27.52%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A2912 (or 0x5A2912) is known color: Baker's Chocolate. HEX triplet: 5A, 29 and 12. RGB value is (90,41,18). Sum of RGB (Red+Green+Blue) = 90+41+18=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2912 is #A5D6ED. Grayscale: #353535. Windows color (decimal): -10868462 or 1190234. OLE color: 1190234.

HSL color Cylindrical-coordinate representation of color #5A2912: hue angle of 19.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2912 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 41 18 -
CMYK 0 0.54 0.80 0.65
HSL 19.17º 0.67% 0.21% -
HSV(B) 19.17º 0.8% 0.35% -
XYZ 5.12 3.8 1.04 -
YUV 53.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 90 41 18 0 0.54 0.80 0.65 19.17 0.67 0.21
Hex 5A 29 12 0 36 50 41 13 43 15
Octal 132 51 22 0 66 120 101 23 103 25
Binary 1011010 101001 10010 0 110110 1010000 1000001 10011 1000011 10101

Color Harmonies of #5A2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2912

Black with #5A2912

Text Example


Text Example

White with #5A2912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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