Html Css Color HEX #4F471E Bronze Olive

📋 copy color: '#4F471E'

red 79 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #4F471E

Tints of Bronze Olive #4F471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 43.89%
G = 39.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F471E (or 0x4F471E) is known color: Bronze Olive. HEX triplet: 4F, 47 and 1E. RGB value is (79,71,30). Sum of RGB (Red+Green+Blue) = 79+71+30=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F471E is #B0B8E1. Grayscale: #444444. Windows color (decimal): -11581666 or 1984335. OLE color: 1984335.

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

Color convert

RGB 79 71 30 -
CMYK 0 0.10 0.62 0.69
HSL 50.2º 0.45% 0.21% -
HSV(B) 50.2º 0.62% 0.31% -
XYZ 5.71 6.26 2.14 -
YUV 68.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 79 71 30 0 0.10 0.62 0.69 50.2 0.45 0.21
Hex 4F 47 1E 0 A 3E 45 32 2D 15
Octal 117 107 36 0 12 76 105 62 55 25
Binary 1001111 1000111 11110 0 1010 111110 1000101 110010 101101 10101

Color Harmonies of #4F471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F471E

Black with #4F471E

Text Example


Text Example

White with #4F471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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