Html Css Color HEX #574E02 Bronze Olive

📋 copy color: '#574E02'

red 87 ◦ green 78 ◦ blue 2

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

Shades of Bronze Olive #574E02

Tints of Bronze Olive #574E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 52.1%
G = 46.71%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#574E02 (or 0x574E02) is known color: Bronze Olive. HEX triplet: 57, 4E and 02. RGB value is (87,78,2). Sum of RGB (Red+Green+Blue) = 87+78+2=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E02 is #A8B1FD. Grayscale: #484848. Windows color (decimal): -11055614 or 151127. OLE color: 151127.

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

Color convert

RGB 87 78 2 -
CMYK 0 0.10 0.98 0.66
HSL 53.65º 0.96% 0.17% -
HSV(B) 53.65º 0.98% 0.34% -
XYZ 6.67 7.48 1.15 -
YUV 72.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 87 78 2 0 0.10 0.98 0.66 53.65 0.96 0.17
Hex 57 4E 2 0 A 62 42 36 60 11
Octal 127 116 2 0 12 142 102 66 140 21
Binary 1010111 1001110 10 0 1010 1100010 1000010 110110 1100000 10001

Color Harmonies of #574E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E02

Black with #574E02

Text Example


Text Example

White with #574E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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