Html Css Color HEX #57411C Bronze Olive

📋 copy color: '#57411C'

red 87 ◦ green 65 ◦ blue 28

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

Shades of Bronze Olive #57411C

Tints of Bronze Olive #57411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 48.33%
G = 36.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57411C (or 0x57411C) is known color: Bronze Olive. HEX triplet: 57, 41 and 1C. RGB value is (87,65,28). Sum of RGB (Red+Green+Blue) = 87+65+28=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57411C is #A8BEE3. Grayscale: #434343. Windows color (decimal): -11058916 or 1851735. OLE color: 1851735.

HSL color Cylindrical-coordinate representation of color #57411C: hue angle of 37.63º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57411C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 28 -
CMYK 0 0.25 0.68 0.66
HSL 37.63º 0.51% 0.23% -
HSV(B) 37.63º 0.68% 0.34% -
XYZ 6.03 5.89 1.92 -
YUV 67.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 87 65 28 0 0.25 0.68 0.66 37.63 0.51 0.23
Hex 57 41 1C 0 19 44 42 26 33 17
Octal 127 101 34 0 31 104 102 46 63 27
Binary 1010111 1000001 11100 0 11001 1000100 1000010 100110 110011 10111

Color Harmonies of #57411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57411C

Black with #57411C

Text Example


Text Example

White with #57411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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