Html Css Color HEX #57490F Bronze Olive

📋 copy color: '#57490F'

red 87 ◦ green 73 ◦ blue 15

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

Shades of Bronze Olive #57490F

Tints of Bronze Olive #57490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 49.71%
G = 41.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57490F (or 0x57490F) is known color: Bronze Olive. HEX triplet: 57, 49 and 0F. RGB value is (87,73,15). Sum of RGB (Red+Green+Blue) = 87+73+15=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #57490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57490F is #A8B6F0. Grayscale: #464646. Windows color (decimal): -11056881 or 1001815. OLE color: 1001815.

HSL color Cylindrical-coordinate representation of color #57490F: hue angle of 48.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57490F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 15 -
CMYK 0 0.16 0.83 0.66
HSL 48.33º 0.71% 0.2% -
HSV(B) 48.33º 0.83% 0.34% -
XYZ 6.4 6.83 1.43 -
YUV 70.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 87 73 15 0 0.16 0.83 0.66 48.33 0.71 0.2
Hex 57 49 F 0 10 53 42 30 47 14
Octal 127 111 17 0 20 123 102 60 107 24
Binary 1010111 1001001 1111 0 10000 1010011 1000010 110000 1000111 10100

Color Harmonies of #57490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57490F

Black with #57490F

Text Example


Text Example

White with #57490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57490F; }

 p { color: rgb(87,73,15); }

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

background-color css

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

 a { background-color: rgb(87,73,15); }

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

border-color css

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

 span { border-color: rgb(87,73,15); }

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