Html Css Color HEX #574312 Bronze Olive

📋 copy color: '#574312'

red 87 ◦ green 67 ◦ blue 18

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

Shades of Bronze Olive #574312

Tints of Bronze Olive #574312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 50.58%
G = 38.95%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574312 (or 0x574312) is known color: Bronze Olive. HEX triplet: 57, 43 and 12. RGB value is (87,67,18). Sum of RGB (Red+Green+Blue) = 87+67+18=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574312 is #A8BCED. Grayscale: #434343. Windows color (decimal): -11058414 or 1196887. OLE color: 1196887.

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

Color convert

RGB 87 67 18 -
CMYK 0 0.23 0.79 0.66
HSL 42.61º 0.66% 0.21% -
HSV(B) 42.61º 0.79% 0.34% -
XYZ 6.05 6.08 1.43 -
YUV 67.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 87 67 18 0 0.23 0.79 0.66 42.61 0.66 0.21
Hex 57 43 12 0 17 4F 42 2B 42 15
Octal 127 103 22 0 27 117 102 53 102 25
Binary 1010111 1000011 10010 0 10111 1001111 1000010 101011 1000010 10101

Color Harmonies of #574312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574312

Black with #574312

Text Example


Text Example

White with #574312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574312; }

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

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

background-color css

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

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

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

border-color css

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

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

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