Html Css Color HEX #4F471A Bronze Olive

📋 copy color: '#4F471A'

red 79 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #4F471A

Tints of Bronze Olive #4F471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 44.89%
G = 40.34%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F471A (or 0x4F471A) is known color: Bronze Olive. HEX triplet: 4F, 47 and 1A. RGB value is (79,71,26). Sum of RGB (Red+Green+Blue) = 79+71+26=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F471A is #B0B8E5. Grayscale: #444444. Windows color (decimal): -11581670 or 1722191. OLE color: 1722191.

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

Color convert

RGB 79 71 26 -
CMYK 0 0.10 0.67 0.69
HSL 50.94º 0.5% 0.21% -
HSV(B) 50.94º 0.67% 0.31% -
XYZ 5.66 6.24 1.88 -
YUV 68.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 79 71 26 0 0.10 0.67 0.69 50.94 0.5 0.21
Hex 4F 47 1A 0 A 43 45 33 32 15
Octal 117 107 32 0 12 103 105 63 62 25
Binary 1001111 1000111 11010 0 1010 1000011 1000101 110011 110010 10101

Color Harmonies of #4F471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F471A

Black with #4F471A

Text Example


Text Example

White with #4F471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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