Html Css Color HEX #595318 Bronze Olive

📋 copy color: '#595318'

red 89 ◦ green 83 ◦ blue 24

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

Shades of Bronze Olive #595318

Tints of Bronze Olive #595318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 45.41%
G = 42.35%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#595318 (or 0x595318) is known color: Bronze Olive. HEX triplet: 59, 53 and 18. RGB value is (89,83,24). Sum of RGB (Red+Green+Blue) = 89+83+24=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #595318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595318 is #A6ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10923240 or 1594201. OLE color: 1594201.

HSL color Cylindrical-coordinate representation of color #595318: hue angle of 54.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595318 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 24 -
CMYK 0 0.07 0.73 0.65
HSL 54.46º 0.58% 0.22% -
HSV(B) 54.46º 0.73% 0.35% -
XYZ 7.38 8.38 2.09 -
YUV 78.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 89 83 24 0 0.07 0.73 0.65 54.46 0.58 0.22
Hex 59 53 18 0 7 49 41 36 3A 16
Octal 131 123 30 0 7 111 101 66 72 26
Binary 1011001 1010011 11000 0 111 1001001 1000001 110110 111010 10110

Color Harmonies of #595318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595318

Black with #595318

Text Example


Text Example

White with #595318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595318; }

 p { color: rgb(89,83,24); }

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

background-color css

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

 a { background-color: rgb(89,83,24); }

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

border-color css

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

 span { border-color: rgb(89,83,24); }

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