Html Css Color HEX #574E13 Bronze Olive

📋 copy color: '#574E13'

red 87 ◦ green 78 ◦ blue 19

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

Shades of Bronze Olive #574E13

Tints of Bronze Olive #574E13

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.39%

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

R = 47.28%
G = 42.39%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#574E13 (or 0x574E13) is known color: Bronze Olive. HEX triplet: 57, 4E and 13. RGB value is (87,78,19). Sum of RGB (Red+Green+Blue) = 87+78+19=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E13 is #A8B1EC. Grayscale: #4A4A4A. Windows color (decimal): -11055597 or 1265239. OLE color: 1265239.

HSL color Cylindrical-coordinate representation of color #574E13: hue angle of 52.06º 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 #574E13 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 78 19 -
CMYK 0 0.10 0.78 0.66
HSL 52.06º 0.64% 0.21% -
HSV(B) 52.06º 0.78% 0.34% -
XYZ 6.77 7.52 1.71 -
YUV 73.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 87 78 19 0 0.10 0.78 0.66 52.06 0.64 0.21
Hex 57 4E 13 0 A 4E 42 34 40 15
Octal 127 116 23 0 12 116 102 64 100 25
Binary 1010111 1001110 10011 0 1010 1001110 1000010 110100 1000000 10101

Color Harmonies of #574E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E13

Black with #574E13

Text Example


Text Example

White with #574E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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