Html Css Color HEX #575226 Bronze Olive

📋 copy color: '#575226'

red 87 ◦ green 82 ◦ blue 38

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

Shades of Bronze Olive #575226

Tints of Bronze Olive #575226

RGB

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

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

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

R = 42.03%
G = 39.61%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#575226 (or 0x575226) is known color: Bronze Olive. HEX triplet: 57, 52 and 26. RGB value is (87,82,38). Sum of RGB (Red+Green+Blue) = 87+82+38=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #575226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575226 is #A8ADD9. Grayscale: #4E4E4E. Windows color (decimal): -11054554 or 2511447. OLE color: 2511447.

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

Color convert

RGB 87 82 38 -
CMYK 0 0.06 0.56 0.66
HSL 53.88º 0.39% 0.25% -
HSV(B) 53.88º 0.56% 0.34% -
XYZ 7.3 8.2 3.03 -
YUV 78.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 87 82 38 0 0.06 0.56 0.66 53.88 0.39 0.25
Hex 57 52 26 0 6 38 42 36 27 19
Octal 127 122 46 0 6 70 102 66 47 31
Binary 1010111 1010010 100110 0 110 111000 1000010 110110 100111 11001

Color Harmonies of #575226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575226

Black with #575226

Text Example


Text Example

White with #575226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575226; }

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

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

background-color css

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

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

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

border-color css

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

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

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