Html Css Color HEX #574C2B Bronze Olive

📋 copy color: '#574C2B'

red 87 ◦ green 76 ◦ blue 43

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

Shades of Bronze Olive #574C2B

Tints of Bronze Olive #574C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 42.23%
G = 36.89%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#574C2B (or 0x574C2B) is known color: Bronze Olive. HEX triplet: 57, 4C and 2B. RGB value is (87,76,43). Sum of RGB (Red+Green+Blue) = 87+76+43=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C2B is #A8B3D4. Grayscale: #4B4B4B. Windows color (decimal): -11056085 or 2837591. OLE color: 2837591.

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

Color convert

RGB 87 76 43 -
CMYK 0 0.13 0.51 0.66
HSL 45º 0.34% 0.25% -
HSV(B) 45º 0.51% 0.34% -
XYZ 6.95 7.37 3.34 -
YUV 75.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 87 76 43 0 0.13 0.51 0.66 45 0.34 0.25
Hex 57 4C 2B 0 D 33 42 2D 22 19
Octal 127 114 53 0 15 63 102 55 42 31
Binary 1010111 1001100 101011 0 1101 110011 1000010 101101 100010 11001

Color Harmonies of #574C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C2B

Black with #574C2B

Text Example


Text Example

White with #574C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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