Html Css Color HEX #575026 Bronze Olive

📋 copy color: '#575026'

red 87 ◦ green 80 ◦ blue 38

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

Shades of Bronze Olive #575026

Tints of Bronze Olive #575026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 42.44%
G = 39.02%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#575026 (or 0x575026) is known color: Bronze Olive. HEX triplet: 57, 50 and 26. RGB value is (87,80,38). Sum of RGB (Red+Green+Blue) = 87+80+38=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #575026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575026 is #A8AFD9. Grayscale: #4D4D4D. Windows color (decimal): -11055066 or 2510935. OLE color: 2510935.

HSL color Cylindrical-coordinate representation of color #575026: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575026 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 38 -
CMYK 0 0.08 0.56 0.66
HSL 51.43º 0.39% 0.25% -
HSV(B) 51.43º 0.56% 0.34% -
XYZ 7.15 7.9 2.98 -
YUV 77.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 87 80 38 0 0.08 0.56 0.66 51.43 0.39 0.25
Hex 57 50 26 0 8 38 42 33 27 19
Octal 127 120 46 0 10 70 102 63 47 31
Binary 1010111 1010000 100110 0 1000 111000 1000010 110011 100111 11001

Color Harmonies of #575026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575026

Black with #575026

Text Example


Text Example

White with #575026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575026; }

 p { color: rgb(87,80,38); }

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

background-color css

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

 a { background-color: rgb(87,80,38); }

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

border-color css

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

 span { border-color: rgb(87,80,38); }

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