Html Css Color HEX #594C21 Bronze Olive

📋 copy color: '#594C21'

red 89 ◦ green 76 ◦ blue 33

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

Shades of Bronze Olive #594C21

Tints of Bronze Olive #594C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 44.95%
G = 38.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#594C21 (or 0x594C21) is known color: Bronze Olive. HEX triplet: 59, 4C and 21. RGB value is (89,76,33). Sum of RGB (Red+Green+Blue) = 89+76+33=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C21 is #A6B3DE. Grayscale: #4B4B4B. Windows color (decimal): -10925023 or 2182233. OLE color: 2182233.

HSL color Cylindrical-coordinate representation of color #594C21: hue angle of 46.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594C21 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 76 33 -
CMYK 0 0.15 0.63 0.65
HSL 46.07º 0.46% 0.24% -
HSV(B) 46.07º 0.63% 0.35% -
XYZ 6.98 7.4 2.5 -
YUV 74.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 89 76 33 0 0.15 0.63 0.65 46.07 0.46 0.24
Hex 59 4C 21 0 F 3F 41 2E 2E 18
Octal 131 114 41 0 17 77 101 56 56 30
Binary 1011001 1001100 100001 0 1111 111111 1000001 101110 101110 11000

Color Harmonies of #594C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C21

Black with #594C21

Text Example


Text Example

White with #594C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594C21; }

 p { color: rgb(89,76,33); }

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

background-color css

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

 a { background-color: rgb(89,76,33); }

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

border-color css

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

 span { border-color: rgb(89,76,33); }

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