Html Css Color HEX #57441D Bronze Olive

📋 copy color: '#57441D'

red 87 ◦ green 68 ◦ blue 29

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

Shades of Bronze Olive #57441D

Tints of Bronze Olive #57441D

RGB

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

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

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

R = 47.28%
G = 36.96%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57441D (or 0x57441D) is known color: Bronze Olive. HEX triplet: 57, 44 and 1D. RGB value is (87,68,29). Sum of RGB (Red+Green+Blue) = 87+68+29=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57441D is #A8BBE2. Grayscale: #454545. Windows color (decimal): -11058147 or 1918039. OLE color: 1918039.

HSL color Cylindrical-coordinate representation of color #57441D: hue angle of 40.34º 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 #57441D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 29 -
CMYK 0 0.22 0.67 0.66
HSL 40.34º 0.5% 0.23% -
HSV(B) 40.34º 0.67% 0.34% -
XYZ 6.22 6.25 2.04 -
YUV 69.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 87 68 29 0 0.22 0.67 0.66 40.34 0.5 0.23
Hex 57 44 1D 0 16 43 42 28 32 17
Octal 127 104 35 0 26 103 102 50 62 27
Binary 1010111 1000100 11101 0 10110 1000011 1000010 101000 110010 10111

Color Harmonies of #57441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57441D

Black with #57441D

Text Example


Text Example

White with #57441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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