Html Css Color HEX #592524 Red Oxide

📋 copy color: '#592524'

red 89 ◦ green 37 ◦ blue 36

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

Shades of Red Oxide #592524

Tints of Red Oxide #592524

RGB

 RED value IS 89 (35.16% from 255) = 54.94%

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 54.94%
G = 22.84%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#592524 (or 0x592524) is known color: Red Oxide. HEX triplet: 59, 25 and 24. RGB value is (89,37,36). Sum of RGB (Red+Green+Blue) = 89+37+36=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592524 is #A6DADB. Grayscale: #343434. Windows color (decimal): -10935004 or 2368857. OLE color: 2368857.

HSL color Cylindrical-coordinate representation of color #592524: hue angle of 1.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592524 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 36 -
CMYK 0 0.58 0.60 0.65
HSL 1.13º 0.42% 0.25% -
HSV(B) 1.13º 0.6% 0.35% -
XYZ 5.1 3.57 2.09 -
YUV 52.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 89 37 36 0 0.58 0.60 0.65 1.13 0.42 0.25
Hex 59 25 24 0 3A 3C 41 1 2A 19
Octal 131 45 44 0 72 74 101 1 52 31
Binary 1011001 100101 100100 0 111010 111100 1000001 1 101010 11001

Color Harmonies of #592524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592524

Black with #592524

Text Example


Text Example

White with #592524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592524; }

 p { color: rgb(89,37,36); }

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

background-color css

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

 a { background-color: rgb(89,37,36); }

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

border-color css

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

 span { border-color: rgb(89,37,36); }

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