Html Css Color HEX #5A2F19 Baker's Chocolate

📋 copy color: '#5A2F19'

red 90 ◦ green 47 ◦ blue 25

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

Shades of Baker's Chocolate #5A2F19

Tints of Baker's Chocolate #5A2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

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

R = 55.56%
G = 29.01%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A2F19 (or 0x5A2F19) is known color: Baker's Chocolate. HEX triplet: 5A, 2F and 19. RGB value is (90,47,25). Sum of RGB (Red+Green+Blue) = 90+47+25=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2F19 is #A5D0E6. Grayscale: #393939. Windows color (decimal): -10866919 or 1650522. OLE color: 1650522.

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

Color convert

RGB 90 47 25 -
CMYK 0 0.48 0.72 0.65
HSL 20.31º 0.57% 0.23% -
HSV(B) 20.31º 0.72% 0.35% -
XYZ 5.41 4.28 1.46 -
YUV 57.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 90 47 25 0 0.48 0.72 0.65 20.31 0.57 0.23
Hex 5A 2F 19 0 30 48 41 14 39 17
Octal 132 57 31 0 60 110 101 24 71 27
Binary 1011010 101111 11001 0 110000 1001000 1000001 10100 111001 10111

Color Harmonies of #5A2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2F19

Black with #5A2F19

Text Example


Text Example

White with #5A2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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