Html Css Color HEX #57411A Bronze Olive

📋 copy color: '#57411A'

red 87 ◦ green 65 ◦ blue 26

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

Shades of Bronze Olive #57411A

Tints of Bronze Olive #57411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

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

R = 48.88%
G = 36.52%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57411A (or 0x57411A) is known color: Bronze Olive. HEX triplet: 57, 41 and 1A. RGB value is (87,65,26). Sum of RGB (Red+Green+Blue) = 87+65+26=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57411A is #A8BEE5. Grayscale: #434343. Windows color (decimal): -11058918 or 1720663. OLE color: 1720663.

HSL color Cylindrical-coordinate representation of color #57411A: hue angle of 38.36º 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 #57411A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 26 -
CMYK 0 0.25 0.70 0.66
HSL 38.36º 0.54% 0.22% -
HSV(B) 38.36º 0.7% 0.34% -
XYZ 6.01 5.88 1.8 -
YUV 67.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 87 65 26 0 0.25 0.70 0.66 38.36 0.54 0.22
Hex 57 41 1A 0 19 46 42 26 36 16
Octal 127 101 32 0 31 106 102 46 66 26
Binary 1010111 1000001 11010 0 11001 1000110 1000010 100110 110110 10110

Color Harmonies of #57411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57411A

Black with #57411A

Text Example


Text Example

White with #57411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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