Html Css Color HEX #575218 Bronze Olive

📋 copy color: '#575218'

red 87 ◦ green 82 ◦ blue 24

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

Shades of Bronze Olive #575218

Tints of Bronze Olive #575218

RGB

 RED value IS 87 (34.38% from 255) = 45.08%

 GREEN value IS 82 (32.42% from 255) = 42.49%

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

R = 45.08%
G = 42.49%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#575218 (or 0x575218) is known color: Bronze Olive. HEX triplet: 57, 52 and 18. RGB value is (87,82,24). Sum of RGB (Red+Green+Blue) = 87+82+24=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #575218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575218 is #A8ADE7. Grayscale: #4D4D4D. Windows color (decimal): -11054568 or 1593943. OLE color: 1593943.

HSL color Cylindrical-coordinate representation of color #575218: hue angle of 55.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #575218 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 24 -
CMYK 0 0.06 0.72 0.66
HSL 55.24º 0.57% 0.22% -
HSV(B) 55.24º 0.72% 0.34% -
XYZ 7.11 8.13 2.06 -
YUV 76.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 87 82 24 0 0.06 0.72 0.66 55.24 0.57 0.22
Hex 57 52 18 0 6 48 42 37 39 16
Octal 127 122 30 0 6 110 102 67 71 26
Binary 1010111 1010010 11000 0 110 1001000 1000010 110111 111001 10110

Color Harmonies of #575218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575218

Black with #575218

Text Example


Text Example

White with #575218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575218; }

 p { color: rgb(87,82,24); }

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

background-color css

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

 a { background-color: rgb(87,82,24); }

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

border-color css

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

 span { border-color: rgb(87,82,24); }

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