Html Css Color HEX #57490B Bronze Olive

📋 copy color: '#57490B'

red 87 ◦ green 73 ◦ blue 11

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

Shades of Bronze Olive #57490B

Tints of Bronze Olive #57490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 50.88%
G = 42.69%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57490B (or 0x57490B) is known color: Bronze Olive. HEX triplet: 57, 49 and 0B. RGB value is (87,73,11). Sum of RGB (Red+Green+Blue) = 87+73+11=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57490B is #A8B6F4. Grayscale: #464646. Windows color (decimal): -11056885 or 739671. OLE color: 739671.

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

Color convert

RGB 87 73 11 -
CMYK 0 0.16 0.87 0.66
HSL 48.95º 0.78% 0.19% -
HSV(B) 48.95º 0.87% 0.34% -
XYZ 6.37 6.82 1.3 -
YUV 70.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 87 73 11 0 0.16 0.87 0.66 48.95 0.78 0.19
Hex 57 49 B 0 10 57 42 31 4E 13
Octal 127 111 13 0 20 127 102 61 116 23
Binary 1010111 1001001 1011 0 10000 1010111 1000010 110001 1001110 10011

Color Harmonies of #57490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57490B

Black with #57490B

Text Example


Text Example

White with #57490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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