Html Css Color HEX #574413 Bronze Olive

📋 copy color: '#574413'

red 87 ◦ green 68 ◦ blue 19

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

Shades of Bronze Olive #574413

Tints of Bronze Olive #574413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 50%
G = 39.08%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574413 (or 0x574413) is known color: Bronze Olive. HEX triplet: 57, 44 and 13. RGB value is (87,68,19). Sum of RGB (Red+Green+Blue) = 87+68+19=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574413 is #A8BBEC. Grayscale: #444444. Windows color (decimal): -11058157 or 1262679. OLE color: 1262679.

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

Color convert

RGB 87 68 19 -
CMYK 0 0.22 0.78 0.66
HSL 43.24º 0.64% 0.21% -
HSV(B) 43.24º 0.78% 0.34% -
XYZ 6.12 6.21 1.49 -
YUV 68.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 87 68 19 0 0.22 0.78 0.66 43.24 0.64 0.21
Hex 57 44 13 0 16 4E 42 2B 40 15
Octal 127 104 23 0 26 116 102 53 100 25
Binary 1010111 1000100 10011 0 10110 1001110 1000010 101011 1000000 10101

Color Harmonies of #574413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574413

Black with #574413

Text Example


Text Example

White with #574413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574413; }

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

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

background-color css

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

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

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

border-color css

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

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

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