Html Css Color HEX #574C0C Bronze Olive

📋 copy color: '#574C0C'

red 87 ◦ green 76 ◦ blue 12

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

Shades of Bronze Olive #574C0C

Tints of Bronze Olive #574C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 49.71%
G = 43.43%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#574C0C (or 0x574C0C) is known color: Bronze Olive. HEX triplet: 57, 4C and 0C. RGB value is (87,76,12). Sum of RGB (Red+Green+Blue) = 87+76+12=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C0C is #A8B3F3. Grayscale: #484848. Windows color (decimal): -11056116 or 805975. OLE color: 805975.

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

Color convert

RGB 87 76 12 -
CMYK 0 0.13 0.86 0.66
HSL 51.2º 0.76% 0.19% -
HSV(B) 51.2º 0.86% 0.34% -
XYZ 6.58 7.22 1.39 -
YUV 71.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 87 76 12 0 0.13 0.86 0.66 51.2 0.76 0.19
Hex 57 4C C 0 D 56 42 33 4C 13
Octal 127 114 14 0 15 126 102 63 114 23
Binary 1010111 1001100 1100 0 1101 1010110 1000010 110011 1001100 10011

Color Harmonies of #574C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C0C

Black with #574C0C

Text Example


Text Example

White with #574C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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