Html Css Color HEX #574110 Bronze Olive

📋 copy color: '#574110'

red 87 ◦ green 65 ◦ blue 16

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

Shades of Bronze Olive #574110

Tints of Bronze Olive #574110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 51.79%
G = 38.69%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#574110 (or 0x574110) is known color: Bronze Olive. HEX triplet: 57, 41 and 10. RGB value is (87,65,16). Sum of RGB (Red+Green+Blue) = 87+65+16=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #574110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574110 is #A8BEEF. Grayscale: #424242. Windows color (decimal): -11058928 or 1065303. OLE color: 1065303.

HSL color Cylindrical-coordinate representation of color #574110: hue angle of 41.41º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #574110 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 16 -
CMYK 0 0.25 0.82 0.66
HSL 41.41º 0.69% 0.2% -
HSV(B) 41.41º 0.82% 0.34% -
XYZ 5.91 5.84 1.31 -
YUV 65.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 87 65 16 0 0.25 0.82 0.66 41.41 0.69 0.2
Hex 57 41 10 0 19 52 42 29 45 14
Octal 127 101 20 0 31 122 102 51 105 24
Binary 1010111 1000001 10000 0 11001 1010010 1000010 101001 1000101 10100

Color Harmonies of #574110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574110

Black with #574110

Text Example


Text Example

White with #574110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574110; }

 p { color: rgb(87,65,16); }

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

background-color css

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

 a { background-color: rgb(87,65,16); }

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

border-color css

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

 span { border-color: rgb(87,65,16); }

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