Html Css Color HEX #57450B Bronze Olive

📋 copy color: '#57450B'

red 87 ◦ green 69 ◦ blue 11

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

Shades of Bronze Olive #57450B

Tints of Bronze Olive #57450B

RGB

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

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

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

R = 52.1%
G = 41.32%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57450B (or 0x57450B) is known color: Bronze Olive. HEX triplet: 57, 45 and 0B. RGB value is (87,69,11). Sum of RGB (Red+Green+Blue) = 87+69+11=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57450B is #A8BAF4. Grayscale: #444444. Windows color (decimal): -11057909 or 738647. OLE color: 738647.

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

Color convert

RGB 87 69 11 -
CMYK 0 0.21 0.87 0.66
HSL 45.79º 0.78% 0.19% -
HSV(B) 45.79º 0.87% 0.34% -
XYZ 6.12 6.31 1.21 -
YUV 67.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 87 69 11 0 0.21 0.87 0.66 45.79 0.78 0.19
Hex 57 45 B 0 15 57 42 2E 4E 13
Octal 127 105 13 0 25 127 102 56 116 23
Binary 1010111 1000101 1011 0 10101 1010111 1000010 101110 1001110 10011

Color Harmonies of #57450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57450B

Black with #57450B

Text Example


Text Example

White with #57450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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