Html Css Color HEX #57461B Bronze Olive

📋 copy color: '#57461B'

red 87 ◦ green 70 ◦ blue 27

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

Shades of Bronze Olive #57461B

Tints of Bronze Olive #57461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 47.28%
G = 38.04%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57461B (or 0x57461B) is known color: Bronze Olive. HEX triplet: 57, 46 and 1B. RGB value is (87,70,27). Sum of RGB (Red+Green+Blue) = 87+70+27=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461B is #A8B9E4. Grayscale: #464646. Windows color (decimal): -11057637 or 1787479. OLE color: 1787479.

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

Color convert

RGB 87 70 27 -
CMYK 0 0.20 0.69 0.66
HSL 43º 0.53% 0.22% -
HSV(B) 43º 0.69% 0.34% -
XYZ 6.32 6.49 1.96 -
YUV 70.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 87 70 27 0 0.20 0.69 0.66 43 0.53 0.22
Hex 57 46 1B 0 14 45 42 2B 35 16
Octal 127 106 33 0 24 105 102 53 65 26
Binary 1010111 1000110 11011 0 10100 1000101 1000010 101011 110101 10110

Color Harmonies of #57461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57461B

Black with #57461B

Text Example


Text Example

White with #57461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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