Html Css Color HEX #574301 Bronze Olive

📋 copy color: '#574301'

red 87 ◦ green 67 ◦ blue 1

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

Shades of Bronze Olive #574301

Tints of Bronze Olive #574301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 56.13%
G = 43.23%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#574301 (or 0x574301) is known color: Bronze Olive. HEX triplet: 57, 43 and 01. RGB value is (87,67,1). Sum of RGB (Red+Green+Blue) = 87+67+1=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #574301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574301 is #A8BCFE. Grayscale: #414141. Windows color (decimal): -11058431 or 82775. OLE color: 82775.

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

Color convert

RGB 87 67 1 -
CMYK 0 0.23 0.99 0.66
HSL 46.05º 0.98% 0.17% -
HSV(B) 46.05º 0.99% 0.34% -
XYZ 5.94 6.04 0.88 -
YUV 65.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 87 67 1 0 0.23 0.99 0.66 46.05 0.98 0.17
Hex 57 43 1 0 17 63 42 2E 62 11
Octal 127 103 1 0 27 143 102 56 142 21
Binary 1010111 1000011 1 0 10111 1100011 1000010 101110 1100010 10001

Color Harmonies of #574301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574301

Black with #574301

Text Example


Text Example

White with #574301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574301; }

 p { color: rgb(87,67,1); }

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

background-color css

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

 a { background-color: rgb(87,67,1); }

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

border-color css

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

 span { border-color: rgb(87,67,1); }

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