Html Css Color HEX #4F4623 Bronze Olive

📋 copy color: '#4F4623'

red 79 ◦ green 70 ◦ blue 35

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

Shades of Bronze Olive #4F4623

Tints of Bronze Olive #4F4623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 42.93%
G = 38.04%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4F4623 (or 0x4F4623) is known color: Bronze Olive. HEX triplet: 4F, 46 and 23. RGB value is (79,70,35). Sum of RGB (Red+Green+Blue) = 79+70+35=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4623 is #B0B9DC. Grayscale: #444444. Windows color (decimal): -11581917 or 2311759. OLE color: 2311759.

HSL color Cylindrical-coordinate representation of color #4F4623: hue angle of 47.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F4623 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 35 -
CMYK 0 0.11 0.56 0.69
HSL 47.73º 0.39% 0.22% -
HSV(B) 47.73º 0.56% 0.31% -
XYZ 5.72 6.16 2.48 -
YUV 68.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 79 70 35 0 0.11 0.56 0.69 47.73 0.39 0.22
Hex 4F 46 23 0 B 38 45 30 27 16
Octal 117 106 43 0 13 70 105 60 47 26
Binary 1001111 1000110 100011 0 1011 111000 1000101 110000 100111 10110

Color Harmonies of #4F4623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4623

Black with #4F4623

Text Example


Text Example

White with #4F4623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,35); }

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

background-color css

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

 a { background-color: rgb(79,70,35); }

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

border-color css

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

 span { border-color: rgb(79,70,35); }

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