Html Css Color HEX #57461E Bronze Olive

📋 copy color: '#57461E'

red 87 ◦ green 70 ◦ blue 30

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

Shades of Bronze Olive #57461E

Tints of Bronze Olive #57461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 46.52%
G = 37.43%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57461E (or 0x57461E) is known color: Bronze Olive. HEX triplet: 57, 46 and 1E. RGB value is (87,70,30). Sum of RGB (Red+Green+Blue) = 87+70+30=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461E is #A8B9E1. Grayscale: #464646. Windows color (decimal): -11057634 or 1984087. OLE color: 1984087.

HSL color Cylindrical-coordinate representation of color #57461E: hue angle of 42.11º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57461E is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 30 -
CMYK 0 0.20 0.66 0.66
HSL 42.11º 0.49% 0.23% -
HSV(B) 42.11º 0.66% 0.34% -
XYZ 6.35 6.5 2.15 -
YUV 70.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 87 70 30 0 0.20 0.66 0.66 42.11 0.49 0.23
Hex 57 46 1E 0 14 42 42 2A 31 17
Octal 127 106 36 0 24 102 102 52 61 27
Binary 1010111 1000110 11110 0 10100 1000010 1000010 101010 110001 10111

Color Harmonies of #57461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57461E

Black with #57461E

Text Example


Text Example

White with #57461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,70,30); }

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

background-color css

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

 a { background-color: rgb(87,70,30); }

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

border-color css

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

 span { border-color: rgb(87,70,30); }

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