Html Css Color HEX #574A23 Bronze Olive

📋 copy color: '#574A23'

red 87 ◦ green 74 ◦ blue 35

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

Shades of Bronze Olive #574A23

Tints of Bronze Olive #574A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

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

R = 44.39%
G = 37.76%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#574A23 (or 0x574A23) is known color: Bronze Olive. HEX triplet: 57, 4A and 23. RGB value is (87,74,35). Sum of RGB (Red+Green+Blue) = 87+74+35=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #574A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A23 is #A8B5DC. Grayscale: #494949. Windows color (decimal): -11056605 or 2312791. OLE color: 2312791.

HSL color Cylindrical-coordinate representation of color #574A23: hue angle of 45º 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 #574A23 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 35 -
CMYK 0 0.15 0.60 0.66
HSL 45º 0.43% 0.24% -
HSV(B) 45º 0.6% 0.34% -
XYZ 6.68 7.05 2.6 -
YUV 73.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 87 74 35 0 0.15 0.60 0.66 45 0.43 0.24
Hex 57 4A 23 0 F 3C 42 2D 2B 18
Octal 127 112 43 0 17 74 102 55 53 30
Binary 1010111 1001010 100011 0 1111 111100 1000010 101101 101011 11000

Color Harmonies of #574A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A23

Black with #574A23

Text Example


Text Example

White with #574A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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