Html Css Color HEX #4F471C Bronze Olive

📋 copy color: '#4F471C'

red 79 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #4F471C

Tints of Bronze Olive #4F471C

RGB

 RED value IS 79 (31.25% from 255) = 44.38%

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 44.38%
G = 39.89%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F471C (or 0x4F471C) is known color: Bronze Olive. HEX triplet: 4F, 47 and 1C. RGB value is (79,71,28). Sum of RGB (Red+Green+Blue) = 79+71+28=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F471C is #B0B8E3. Grayscale: #444444. Windows color (decimal): -11581668 or 1853263. OLE color: 1853263.

HSL color Cylindrical-coordinate representation of color #4F471C: hue angle of 50.59º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F471C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 28 -
CMYK 0 0.10 0.65 0.69
HSL 50.59º 0.48% 0.21% -
HSV(B) 50.59º 0.65% 0.31% -
XYZ 5.69 6.25 2.01 -
YUV 68.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 79 71 28 0 0.10 0.65 0.69 50.59 0.48 0.21
Hex 4F 47 1C 0 A 41 45 33 30 15
Octal 117 107 34 0 12 101 105 63 60 25
Binary 1001111 1000111 11100 0 1010 1000001 1000101 110011 110000 10101

Color Harmonies of #4F471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F471C

Black with #4F471C

Text Example


Text Example

White with #4F471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F471C; }

 p { color: rgb(79,71,28); }

 H1.HeaderClassName
 {
   color: #4F471C;
 }
 .AnyTagClassName
 {
   color: #4F471C;
 }
</style>

background-color css

<style>
 a { background-color: #4F471C; }

 a { background-color: rgb(79,71,28); }

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

border-color css

<style>
 span { border-color: #4F471C; }

 span { border-color: rgb(79,71,28); }

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