Html Css Color HEX #574B15 Bronze Olive

📋 copy color: '#574B15'

red 87 ◦ green 75 ◦ blue 21

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

Shades of Bronze Olive #574B15

Tints of Bronze Olive #574B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 47.54%
G = 40.98%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574B15 (or 0x574B15) is known color: Bronze Olive. HEX triplet: 57, 4B and 15. RGB value is (87,75,21). Sum of RGB (Red+Green+Blue) = 87+75+21=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B15 is #A8B4EA. Grayscale: #484848. Windows color (decimal): -11056363 or 1395543. OLE color: 1395543.

HSL color Cylindrical-coordinate representation of color #574B15: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #574B15 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 75 21 -
CMYK 0 0.14 0.76 0.66
HSL 49.09º 0.61% 0.21% -
HSV(B) 49.09º 0.76% 0.34% -
XYZ 6.58 7.11 1.74 -
YUV 72.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 87 75 21 0 0.14 0.76 0.66 49.09 0.61 0.21
Hex 57 4B 15 0 E 4C 42 31 3D 15
Octal 127 113 25 0 16 114 102 61 75 25
Binary 1010111 1001011 10101 0 1110 1001100 1000010 110001 111101 10101

Color Harmonies of #574B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B15

Black with #574B15

Text Example


Text Example

White with #574B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,21); }

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

background-color css

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

 a { background-color: rgb(87,75,21); }

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

border-color css

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

 span { border-color: rgb(87,75,21); }

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