Html Css Color HEX #575126 Bronze Olive

📋 copy color: '#575126'

red 87 ◦ green 81 ◦ blue 38

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

Shades of Bronze Olive #575126

Tints of Bronze Olive #575126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

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

R = 42.23%
G = 39.32%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#575126 (or 0x575126) is known color: Bronze Olive. HEX triplet: 57, 51 and 26. RGB value is (87,81,38). Sum of RGB (Red+Green+Blue) = 87+81+38=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #575126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575126 is #A8AED9. Grayscale: #4E4E4E. Windows color (decimal): -11054810 or 2511191. OLE color: 2511191.

HSL color Cylindrical-coordinate representation of color #575126: hue angle of 52.65º 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 #575126 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 38 -
CMYK 0 0.07 0.56 0.66
HSL 52.65º 0.39% 0.25% -
HSV(B) 52.65º 0.56% 0.34% -
XYZ 7.22 8.05 3.01 -
YUV 77.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 87 81 38 0 0.07 0.56 0.66 52.65 0.39 0.25
Hex 57 51 26 0 7 38 42 35 27 19
Octal 127 121 46 0 7 70 102 65 47 31
Binary 1010111 1010001 100110 0 111 111000 1000010 110101 100111 11001

Color Harmonies of #575126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575126

Black with #575126

Text Example


Text Example

White with #575126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575126; }

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

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

background-color css

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

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

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

border-color css

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

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

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