Html Css Color HEX #5A3019 Baker's Chocolate

📋 copy color: '#5A3019'

red 90 ◦ green 48 ◦ blue 25

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

Shades of Baker's Chocolate #5A3019

Tints of Baker's Chocolate #5A3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 55.21%
G = 29.45%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A3019 (or 0x5A3019) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 19. RGB value is (90,48,25). Sum of RGB (Red+Green+Blue) = 90+48+25=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3019 is #A5CFE6. Grayscale: #3A3A3A. Windows color (decimal): -10866663 or 1650778. OLE color: 1650778.

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

Color convert

RGB 90 48 25 -
CMYK 0 0.47 0.72 0.65
HSL 21.23º 0.57% 0.23% -
HSV(B) 21.23º 0.72% 0.35% -
XYZ 5.45 4.36 1.47 -
YUV 57.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 90 48 25 0 0.47 0.72 0.65 21.23 0.57 0.23
Hex 5A 30 19 0 2F 48 41 15 39 17
Octal 132 60 31 0 57 110 101 25 71 27
Binary 1011010 110000 11001 0 101111 1001000 1000001 10101 111001 10111

Color Harmonies of #5A3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3019

Black with #5A3019

Text Example


Text Example

White with #5A3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,25); }

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

background-color css

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

 a { background-color: rgb(90,48,25); }

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

border-color css

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

 span { border-color: rgb(90,48,25); }

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