Html Css Color HEX #574C19 Bronze Olive

📋 copy color: '#574C19'

red 87 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #574C19

Tints of Bronze Olive #574C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.43%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 46.28%
G = 40.43%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#574C19 (or 0x574C19) is known color: Bronze Olive. HEX triplet: 57, 4C and 19. RGB value is (87,76,25). Sum of RGB (Red+Green+Blue) = 87+76+25=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #574C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C19 is #A8B3E6. Grayscale: #494949. Windows color (decimal): -11056103 or 1657943. OLE color: 1657943.

HSL color Cylindrical-coordinate representation of color #574C19: hue angle of 49.35º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #574C19 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 25 -
CMYK 0 0.13 0.71 0.66
HSL 49.35º 0.55% 0.22% -
HSV(B) 49.35º 0.71% 0.34% -
XYZ 6.69 7.27 1.97 -
YUV 73.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 87 76 25 0 0.13 0.71 0.66 49.35 0.55 0.22
Hex 57 4C 19 0 D 47 42 31 37 16
Octal 127 114 31 0 15 107 102 61 67 26
Binary 1010111 1001100 11001 0 1101 1000111 1000010 110001 110111 10110

Color Harmonies of #574C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C19

Black with #574C19

Text Example


Text Example

White with #574C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574C19; }

 p { color: rgb(87,76,25); }

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

background-color css

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

 a { background-color: rgb(87,76,25); }

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

border-color css

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

 span { border-color: rgb(87,76,25); }

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