Html Css Color HEX #57461D Bronze Olive

📋 copy color: '#57461D'

red 87 ◦ green 70 ◦ blue 29

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

Shades of Bronze Olive #57461D

Tints of Bronze Olive #57461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 46.77%
G = 37.63%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57461D (or 0x57461D) is known color: Bronze Olive. HEX triplet: 57, 46 and 1D. RGB value is (87,70,29). Sum of RGB (Red+Green+Blue) = 87+70+29=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461D is #A8B9E2. Grayscale: #464646. Windows color (decimal): -11057635 or 1918551. OLE color: 1918551.

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

Color convert

RGB 87 70 29 -
CMYK 0 0.20 0.67 0.66
HSL 42.41º 0.5% 0.23% -
HSV(B) 42.41º 0.67% 0.34% -
XYZ 6.34 6.5 2.08 -
YUV 70.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 87 70 29 0 0.20 0.67 0.66 42.41 0.5 0.23
Hex 57 46 1D 0 14 43 42 2A 32 17
Octal 127 106 35 0 24 103 102 52 62 27
Binary 1010111 1000110 11101 0 10100 1000011 1000010 101010 110010 10111

Color Harmonies of #57461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57461D

Black with #57461D

Text Example


Text Example

White with #57461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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