Html Css Color HEX #4F4126 Deep Bronze

📋 copy color: '#4F4126'

red 79 ◦ green 65 ◦ blue 38

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

Shades of Deep Bronze #4F4126

Tints of Deep Bronze #4F4126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.88%

R = 43.41%
G = 35.71%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F4126 (or 0x4F4126) is known color: Deep Bronze. HEX triplet: 4F, 41 and 26. RGB value is (79,65,38). Sum of RGB (Red+Green+Blue) = 79+65+38=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4126 is #B0BED9. Grayscale: #424242. Windows color (decimal): -11583194 or 2507087. OLE color: 2507087.

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

Color convert

RGB 79 65 38 -
CMYK 0 0.18 0.52 0.69
HSL 39.51º 0.35% 0.23% -
HSV(B) 39.51º 0.52% 0.31% -
XYZ 5.46 5.58 2.62 -
YUV 66.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 79 65 38 0 0.18 0.52 0.69 39.51 0.35 0.23
Hex 4F 41 26 0 12 34 45 28 23 17
Octal 117 101 46 0 22 64 105 50 43 27
Binary 1001111 1000001 100110 0 10010 110100 1000101 101000 100011 10111

Color Harmonies of #4F4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4126

Black with #4F4126

Text Example


Text Example

White with #4F4126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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