Html Css Color HEX #574E0A Bronze Olive

📋 copy color: '#574E0A'

red 87 ◦ green 78 ◦ blue 10

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

Shades of Bronze Olive #574E0A

Tints of Bronze Olive #574E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 49.71%
G = 44.57%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#574E0A (or 0x574E0A) is known color: Bronze Olive. HEX triplet: 57, 4E and 0A. RGB value is (87,78,10). Sum of RGB (Red+Green+Blue) = 87+78+10=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E0A is #A8B1F5. Grayscale: #494949. Windows color (decimal): -11055606 or 675415. OLE color: 675415.

HSL color Cylindrical-coordinate representation of color #574E0A: hue angle of 52.99º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #574E0A is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 78 10 -
CMYK 0 0.10 0.89 0.66
HSL 52.99º 0.79% 0.19% -
HSV(B) 52.99º 0.89% 0.34% -
XYZ 6.71 7.5 1.38 -
YUV 72.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 87 78 10 0 0.10 0.89 0.66 52.99 0.79 0.19
Hex 57 4E A 0 A 59 42 35 4F 13
Octal 127 116 12 0 12 131 102 65 117 23
Binary 1010111 1001110 1010 0 1010 1011001 1000010 110101 1001111 10011

Color Harmonies of #574E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E0A

Black with #574E0A

Text Example


Text Example

White with #574E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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