Html Css Color HEX #574404 Bronze Olive

📋 copy color: '#574404'

red 87 ◦ green 68 ◦ blue 4

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

Shades of Bronze Olive #574404

Tints of Bronze Olive #574404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 54.72%
G = 42.77%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#574404 (or 0x574404) is known color: Bronze Olive. HEX triplet: 57, 44 and 04. RGB value is (87,68,4). Sum of RGB (Red+Green+Blue) = 87+68+4=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #574404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574404 is #A8BBFB. Grayscale: #424242. Windows color (decimal): -11058172 or 279639. OLE color: 279639.

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

Color convert

RGB 87 68 4 -
CMYK 0 0.22 0.95 0.66
HSL 46.27º 0.91% 0.18% -
HSV(B) 46.27º 0.95% 0.34% -
XYZ 6.02 6.17 0.99 -
YUV 66.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 87 68 4 0 0.22 0.95 0.66 46.27 0.91 0.18
Hex 57 44 4 0 16 5F 42 2E 5B 12
Octal 127 104 4 0 26 137 102 56 133 22
Binary 1010111 1000100 100 0 10110 1011111 1000010 101110 1011011 10010

Color Harmonies of #574404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574404

Black with #574404

Text Example


Text Example

White with #574404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574404; }

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

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

background-color css

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

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

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

border-color css

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

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

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