Html Css Color HEX #57441E Bronze Olive

📋 copy color: '#57441E'

red 87 ◦ green 68 ◦ blue 30

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

Shades of Bronze Olive #57441E

Tints of Bronze Olive #57441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 47.03%
G = 36.76%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57441E (or 0x57441E) is known color: Bronze Olive. HEX triplet: 57, 44 and 1E. RGB value is (87,68,30). Sum of RGB (Red+Green+Blue) = 87+68+30=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57441E is #A8BBE1. Grayscale: #454545. Windows color (decimal): -11058146 or 1983575. OLE color: 1983575.

HSL color Cylindrical-coordinate representation of color #57441E: hue angle of 40º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57441E is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 30 -
CMYK 0 0.22 0.66 0.66
HSL 40º 0.49% 0.23% -
HSV(B) 40º 0.66% 0.34% -
XYZ 6.23 6.25 2.11 -
YUV 69.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 87 68 30 0 0.22 0.66 0.66 40 0.49 0.23
Hex 57 44 1E 0 16 42 42 28 31 17
Octal 127 104 36 0 26 102 102 50 61 27
Binary 1010111 1000100 11110 0 10110 1000010 1000010 101000 110001 10111

Color Harmonies of #57441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57441E

Black with #57441E

Text Example


Text Example

White with #57441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57441E; }

 p { color: rgb(87,68,30); }

 H1.HeaderClassName
 {
   color: #57441E;
 }
 .AnyTagClassName
 {
   color: #57441E;
 }
</style>

background-color css

<style>
 a { background-color: #57441E; }

 a { background-color: rgb(87,68,30); }

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

border-color css

<style>
 span { border-color: #57441E; }

 span { border-color: rgb(87,68,30); }

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