Html Css Color HEX #574B11 Bronze Olive

📋 copy color: '#574B11'

red 87 ◦ green 75 ◦ blue 17

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

Shades of Bronze Olive #574B11

Tints of Bronze Olive #574B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.9%

 BLUE value IS 17 (7.03% from 255) = 9.5%

R = 48.6%
G = 41.9%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574B11 (or 0x574B11) is known color: Bronze Olive. HEX triplet: 57, 4B and 11. RGB value is (87,75,17). Sum of RGB (Red+Green+Blue) = 87+75+17=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B11 is #A8B4EE. Grayscale: #484848. Windows color (decimal): -11056367 or 1133399. OLE color: 1133399.

HSL color Cylindrical-coordinate representation of color #574B11: hue angle of 49.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #574B11 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 75 17 -
CMYK 0 0.14 0.80 0.66
HSL 49.71º 0.67% 0.2% -
HSV(B) 49.71º 0.8% 0.34% -
XYZ 6.55 7.1 1.56 -
YUV 71.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 87 75 17 0 0.14 0.80 0.66 49.71 0.67 0.2
Hex 57 4B 11 0 E 50 42 32 43 14
Octal 127 113 21 0 16 120 102 62 103 24
Binary 1010111 1001011 10001 0 1110 1010000 1000010 110010 1000011 10100

Color Harmonies of #574B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B11

Black with #574B11

Text Example


Text Example

White with #574B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,17); }

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

background-color css

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

 a { background-color: rgb(87,75,17); }

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

border-color css

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

 span { border-color: rgb(87,75,17); }

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