Html Css Color HEX #4F4128 Deep Bronze

📋 copy color: '#4F4128'

red 79 ◦ green 65 ◦ blue 40

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

Shades of Deep Bronze #4F4128

Tints of Deep Bronze #4F4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 42.93%
G = 35.33%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4F4128 (or 0x4F4128) is known color: Deep Bronze. HEX triplet: 4F, 41 and 28. RGB value is (79,65,40). Sum of RGB (Red+Green+Blue) = 79+65+40=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4128 is #B0BED7. Grayscale: #424242. Windows color (decimal): -11583192 or 2638159. OLE color: 2638159.

HSL color Cylindrical-coordinate representation of color #4F4128: hue angle of 38.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F4128 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 65 40 -
CMYK 0 0.18 0.49 0.69
HSL 38.46º 0.33% 0.23% -
HSV(B) 38.46º 0.49% 0.31% -
XYZ 5.5 5.6 2.8 -
YUV 66.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 79 65 40 0 0.18 0.49 0.69 38.46 0.33 0.23
Hex 4F 41 28 0 12 31 45 26 21 17
Octal 117 101 50 0 22 61 105 46 41 27
Binary 1001111 1000001 101000 0 10010 110001 1000101 100110 100001 10111

Color Harmonies of #4F4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4128

Black with #4F4128

Text Example


Text Example

White with #4F4128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,40); }

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

background-color css

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

 a { background-color: rgb(79,65,40); }

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

border-color css

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

 span { border-color: rgb(79,65,40); }

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