Html Css Color HEX #5A3B19 Baker's Chocolate

📋 copy color: '#5A3B19'

red 90 ◦ green 59 ◦ blue 25

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

Shades of Baker's Chocolate #5A3B19

Tints of Baker's Chocolate #5A3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.91%

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

R = 51.72%
G = 33.91%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A3B19 (or 0x5A3B19) is known color: Baker's Chocolate. HEX triplet: 5A, 3B and 19. RGB value is (90,59,25). Sum of RGB (Red+Green+Blue) = 90+59+25=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3B19 is #A5C4E6. Grayscale: #404040. Windows color (decimal): -10863847 or 1653594. OLE color: 1653594.

HSL color Cylindrical-coordinate representation of color #5A3B19: hue angle of 31.38º 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 #5A3B19 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 59 25 -
CMYK 0 0.34 0.72 0.65
HSL 31.38º 0.57% 0.23% -
HSV(B) 31.38º 0.72% 0.35% -
XYZ 5.96 5.37 1.64 -
YUV 64.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 90 59 25 0 0.34 0.72 0.65 31.38 0.57 0.23
Hex 5A 3B 19 0 22 48 41 1F 39 17
Octal 132 73 31 0 42 110 101 37 71 27
Binary 1011010 111011 11001 0 100010 1001000 1000001 11111 111001 10111

Color Harmonies of #5A3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3B19

Black with #5A3B19

Text Example


Text Example

White with #5A3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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