Html Css Color HEX #57441A Bronze Olive

📋 copy color: '#57441A'

red 87 ◦ green 68 ◦ blue 26

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

Shades of Bronze Olive #57441A

Tints of Bronze Olive #57441A

RGB

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

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

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

R = 48.07%
G = 37.57%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57441A (or 0x57441A) is known color: Bronze Olive. HEX triplet: 57, 44 and 1A. RGB value is (87,68,26). Sum of RGB (Red+Green+Blue) = 87+68+26=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57441A is #A8BBE5. Grayscale: #454545. Windows color (decimal): -11058150 or 1721431. OLE color: 1721431.

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

Color convert

RGB 87 68 26 -
CMYK 0 0.22 0.70 0.66
HSL 41.31º 0.54% 0.22% -
HSV(B) 41.31º 0.7% 0.34% -
XYZ 6.18 6.24 1.85 -
YUV 68.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 87 68 26 0 0.22 0.70 0.66 41.31 0.54 0.22
Hex 57 44 1A 0 16 46 42 29 36 16
Octal 127 104 32 0 26 106 102 51 66 26
Binary 1010111 1000100 11010 0 10110 1000110 1000010 101001 110110 10110

Color Harmonies of #57441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57441A

Black with #57441A

Text Example


Text Example

White with #57441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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