Html Css Color HEX #574315 Bronze Olive

📋 copy color: '#574315'

red 87 ◦ green 67 ◦ blue 21

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

Shades of Bronze Olive #574315

Tints of Bronze Olive #574315

RGB

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

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

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

R = 49.71%
G = 38.29%
B = 12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574315 (or 0x574315) is known color: Bronze Olive. HEX triplet: 57, 43 and 15. RGB value is (87,67,21). Sum of RGB (Red+Green+Blue) = 87+67+21=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574315 is #A8BCEA. Grayscale: #434343. Windows color (decimal): -11058411 or 1393495. OLE color: 1393495.

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

Color convert

RGB 87 67 21 -
CMYK 0 0.23 0.76 0.66
HSL 41.82º 0.61% 0.21% -
HSV(B) 41.82º 0.76% 0.34% -
XYZ 6.07 6.09 1.57 -
YUV 67.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 87 67 21 0 0.23 0.76 0.66 41.82 0.61 0.21
Hex 57 43 15 0 17 4C 42 2A 3D 15
Octal 127 103 25 0 27 114 102 52 75 25
Binary 1010111 1000011 10101 0 10111 1001100 1000010 101010 111101 10101

Color Harmonies of #574315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574315

Black with #574315

Text Example


Text Example

White with #574315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574315; }

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

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

background-color css

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

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

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

border-color css

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

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

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