Html Css Color HEX #574015 Bronze Olive

📋 copy color: '#574015'

red 87 ◦ green 64 ◦ blue 21

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

Shades of Bronze Olive #574015

Tints of Bronze Olive #574015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 50.58%
G = 37.21%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574015 (or 0x574015) is known color: Bronze Olive. HEX triplet: 57, 40 and 15. RGB value is (87,64,21). Sum of RGB (Red+Green+Blue) = 87+64+21=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574015 is #A8BFEA. Grayscale: #424242. Windows color (decimal): -11059179 or 1392727. OLE color: 1392727.

HSL color Cylindrical-coordinate representation of color #574015: hue angle of 39.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #574015 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 21 -
CMYK 0 0.26 0.76 0.66
HSL 39.09º 0.61% 0.21% -
HSV(B) 39.09º 0.76% 0.34% -
XYZ 5.9 5.75 1.51 -
YUV 65.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 87 64 21 0 0.26 0.76 0.66 39.09 0.61 0.21
Hex 57 40 15 0 1A 4C 42 27 3D 15
Octal 127 100 25 0 32 114 102 47 75 25
Binary 1010111 1000000 10101 0 11010 1001100 1000010 100111 111101 10101

Color Harmonies of #574015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574015

Black with #574015

Text Example


Text Example

White with #574015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574015; }

 p { color: rgb(87,64,21); }

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

background-color css

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

 a { background-color: rgb(87,64,21); }

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

border-color css

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

 span { border-color: rgb(87,64,21); }

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