Html Css Color HEX #57461A Bronze Olive

📋 copy color: '#57461A'

red 87 ◦ green 70 ◦ blue 26

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

Shades of Bronze Olive #57461A

Tints of Bronze Olive #57461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 47.54%
G = 38.25%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57461A (or 0x57461A) is known color: Bronze Olive. HEX triplet: 57, 46 and 1A. RGB value is (87,70,26). Sum of RGB (Red+Green+Blue) = 87+70+26=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461A is #A8B9E5. Grayscale: #464646. Windows color (decimal): -11057638 or 1721943. OLE color: 1721943.

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

Color convert

RGB 87 70 26 -
CMYK 0 0.20 0.70 0.66
HSL 43.28º 0.54% 0.22% -
HSV(B) 43.28º 0.7% 0.34% -
XYZ 6.31 6.48 1.9 -
YUV 70.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 87 70 26 0 0.20 0.70 0.66 43.28 0.54 0.22
Hex 57 46 1A 0 14 46 42 2B 36 16
Octal 127 106 32 0 24 106 102 53 66 26
Binary 1010111 1000110 11010 0 10100 1000110 1000010 101011 110110 10110

Color Harmonies of #57461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57461A

Black with #57461A

Text Example


Text Example

White with #57461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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