Html Css Color HEX #574B14 Bronze Olive

📋 copy color: '#574B14'

red 87 ◦ green 75 ◦ blue 20

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

Shades of Bronze Olive #574B14

Tints of Bronze Olive #574B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 47.8%
G = 41.21%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574B14 (or 0x574B14) is known color: Bronze Olive. HEX triplet: 57, 4B and 14. RGB value is (87,75,20). Sum of RGB (Red+Green+Blue) = 87+75+20=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B14 is #A8B4EB. Grayscale: #484848. Windows color (decimal): -11056364 or 1330007. OLE color: 1330007.

HSL color Cylindrical-coordinate representation of color #574B14: hue angle of 49.25º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574B14 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 75 20 -
CMYK 0 0.14 0.77 0.66
HSL 49.25º 0.63% 0.21% -
HSV(B) 49.25º 0.77% 0.34% -
XYZ 6.57 7.11 1.69 -
YUV 72.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 87 75 20 0 0.14 0.77 0.66 49.25 0.63 0.21
Hex 57 4B 14 0 E 4D 42 31 3F 15
Octal 127 113 24 0 16 115 102 61 77 25
Binary 1010111 1001011 10100 0 1110 1001101 1000010 110001 111111 10101

Color Harmonies of #574B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B14

Black with #574B14

Text Example


Text Example

White with #574B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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