Html Css Color HEX #574316 Bronze Olive

📋 copy color: '#574316'

red 87 ◦ green 67 ◦ blue 22

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

Shades of Bronze Olive #574316

Tints of Bronze Olive #574316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 49.43%
G = 38.07%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574316 (or 0x574316) is known color: Bronze Olive. HEX triplet: 57, 43 and 16. RGB value is (87,67,22). Sum of RGB (Red+Green+Blue) = 87+67+22=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574316 is #A8BCE9. Grayscale: #444444. Windows color (decimal): -11058410 or 1459031. OLE color: 1459031.

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

Color convert

RGB 87 67 22 -
CMYK 0 0.23 0.75 0.66
HSL 41.54º 0.6% 0.21% -
HSV(B) 41.54º 0.75% 0.34% -
XYZ 6.08 6.1 1.62 -
YUV 67.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 87 67 22 0 0.23 0.75 0.66 41.54 0.6 0.21
Hex 57 43 16 0 17 4B 42 2A 3C 15
Octal 127 103 26 0 27 113 102 52 74 25
Binary 1010111 1000011 10110 0 10111 1001011 1000010 101010 111100 10101

Color Harmonies of #574316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574316

Black with #574316

Text Example


Text Example

White with #574316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574316; }

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

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

background-color css

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

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

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

border-color css

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

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

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