Html Css Color HEX #57480E Bronze Olive

📋 copy color: '#57480E'

red 87 ◦ green 72 ◦ blue 14

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

Shades of Bronze Olive #57480E

Tints of Bronze Olive #57480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 50.29%
G = 41.62%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57480E (or 0x57480E) is known color: Bronze Olive. HEX triplet: 57, 48 and 0E. RGB value is (87,72,14). Sum of RGB (Red+Green+Blue) = 87+72+14=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57480E is #A8B7F1. Grayscale: #464646. Windows color (decimal): -11057138 or 936023. OLE color: 936023.

HSL color Cylindrical-coordinate representation of color #57480E: hue angle of 47.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57480E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 14 -
CMYK 0 0.17 0.84 0.66
HSL 47.67º 0.72% 0.2% -
HSV(B) 47.67º 0.84% 0.34% -
XYZ 6.33 6.69 1.37 -
YUV 69.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 87 72 14 0 0.17 0.84 0.66 47.67 0.72 0.2
Hex 57 48 E 0 11 54 42 30 48 14
Octal 127 110 16 0 21 124 102 60 110 24
Binary 1010111 1001000 1110 0 10001 1010100 1000010 110000 1001000 10100

Color Harmonies of #57480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57480E

Black with #57480E

Text Example


Text Example

White with #57480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57480E; }

 p { color: rgb(87,72,14); }

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

background-color css

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

 a { background-color: rgb(87,72,14); }

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

border-color css

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

 span { border-color: rgb(87,72,14); }

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