Html Css Color HEX #574402 Bronze Olive

📋 copy color: '#574402'

red 87 ◦ green 68 ◦ blue 2

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

Shades of Bronze Olive #574402

Tints of Bronze Olive #574402

RGB

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

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

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

R = 55.41%
G = 43.31%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#574402 (or 0x574402) is known color: Bronze Olive. HEX triplet: 57, 44 and 02. RGB value is (87,68,2). Sum of RGB (Red+Green+Blue) = 87+68+2=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #574402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574402 is #A8BBFD. Grayscale: #424242. Windows color (decimal): -11058174 or 148567. OLE color: 148567.

HSL color Cylindrical-coordinate representation of color #574402: hue angle of 46.59º 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 #574402 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 2 -
CMYK 0 0.22 0.98 0.66
HSL 46.59º 0.96% 0.17% -
HSV(B) 46.59º 0.98% 0.34% -
XYZ 6.01 6.16 0.93 -
YUV 66.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 87 68 2 0 0.22 0.98 0.66 46.59 0.96 0.17
Hex 57 44 2 0 16 62 42 2F 60 11
Octal 127 104 2 0 26 142 102 57 140 21
Binary 1010111 1000100 10 0 10110 1100010 1000010 101111 1100000 10001

Color Harmonies of #574402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574402

Black with #574402

Text Example


Text Example

White with #574402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574402; }

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

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

background-color css

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

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

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

border-color css

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

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

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