Html Css Color HEX #574E0B Bronze Olive

📋 copy color: '#574E0B'

red 87 ◦ green 78 ◦ blue 11

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

Shades of Bronze Olive #574E0B

Tints of Bronze Olive #574E0B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.32%

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 49.43%
G = 44.32%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#574E0B (or 0x574E0B) is known color: Bronze Olive. HEX triplet: 57, 4E and 0B. RGB value is (87,78,11). Sum of RGB (Red+Green+Blue) = 87+78+11=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E0B is #A8B1F4. Grayscale: #494949. Windows color (decimal): -11055605 or 740951. OLE color: 740951.

HSL color Cylindrical-coordinate representation of color #574E0B: hue angle of 52.89º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #574E0B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 78 11 -
CMYK 0 0.10 0.87 0.66
HSL 52.89º 0.78% 0.19% -
HSV(B) 52.89º 0.87% 0.34% -
XYZ 6.72 7.5 1.41 -
YUV 73.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 87 78 11 0 0.10 0.87 0.66 52.89 0.78 0.19
Hex 57 4E B 0 A 57 42 35 4E 13
Octal 127 116 13 0 12 127 102 65 116 23
Binary 1010111 1001110 1011 0 1010 1010111 1000010 110101 1001110 10011

Color Harmonies of #574E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E0B

Black with #574E0B

Text Example


Text Example

White with #574E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,11); }

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

background-color css

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

 a { background-color: rgb(87,78,11); }

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

border-color css

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

 span { border-color: rgb(87,78,11); }

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