Html Css Color HEX #57450E Bronze Olive

📋 copy color: '#57450E'

red 87 ◦ green 69 ◦ blue 14

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

Shades of Bronze Olive #57450E

Tints of Bronze Olive #57450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 51.18%
G = 40.59%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57450E (or 0x57450E) is known color: Bronze Olive. HEX triplet: 57, 45 and 0E. RGB value is (87,69,14). Sum of RGB (Red+Green+Blue) = 87+69+14=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57450E is #A8BAF1. Grayscale: #444444. Windows color (decimal): -11057906 or 935255. OLE color: 935255.

HSL color Cylindrical-coordinate representation of color #57450E: hue angle of 45.21º 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 #57450E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 14 -
CMYK 0 0.21 0.84 0.66
HSL 45.21º 0.72% 0.2% -
HSV(B) 45.21º 0.84% 0.34% -
XYZ 6.14 6.31 1.31 -
YUV 68.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 87 69 14 0 0.21 0.84 0.66 45.21 0.72 0.2
Hex 57 45 E 0 15 54 42 2D 48 14
Octal 127 105 16 0 25 124 102 55 110 24
Binary 1010111 1000101 1110 0 10101 1010100 1000010 101101 1001000 10100

Color Harmonies of #57450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57450E

Black with #57450E

Text Example


Text Example

White with #57450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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