Html Css Color HEX #574C23 Bronze Olive

📋 copy color: '#574C23'

red 87 ◦ green 76 ◦ blue 35

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

Shades of Bronze Olive #574C23

Tints of Bronze Olive #574C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 43.94%
G = 38.38%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#574C23 (or 0x574C23) is known color: Bronze Olive. HEX triplet: 57, 4C and 23. RGB value is (87,76,35). Sum of RGB (Red+Green+Blue) = 87+76+35=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C23 is #A8B3DC. Grayscale: #4A4A4A. Windows color (decimal): -11056093 or 2313303. OLE color: 2313303.

HSL color Cylindrical-coordinate representation of color #574C23: hue angle of 47.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574C23 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 35 -
CMYK 0 0.13 0.60 0.66
HSL 47.31º 0.43% 0.24% -
HSV(B) 47.31º 0.6% 0.34% -
XYZ 6.82 7.32 2.64 -
YUV 74.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 87 76 35 0 0.13 0.60 0.66 47.31 0.43 0.24
Hex 57 4C 23 0 D 3C 42 2F 2B 18
Octal 127 114 43 0 15 74 102 57 53 30
Binary 1010111 1001100 100011 0 1101 111100 1000010 101111 101011 11000

Color Harmonies of #574C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C23

Black with #574C23

Text Example


Text Example

White with #574C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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