Html Css Color HEX #4F3F26 Deep Bronze

📋 copy color: '#4F3F26'

red 79 ◦ green 63 ◦ blue 38

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

Shades of Deep Bronze #4F3F26

Tints of Deep Bronze #4F3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

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

R = 43.89%
G = 35%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F3F26 (or 0x4F3F26) is known color: Deep Bronze. HEX triplet: 4F, 3F and 26. RGB value is (79,63,38). Sum of RGB (Red+Green+Blue) = 79+63+38=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F26 is #B0C0D9. Grayscale: #414141. Windows color (decimal): -11583706 or 2506575. OLE color: 2506575.

HSL color Cylindrical-coordinate representation of color #4F3F26: hue angle of 36.59º 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 #4F3F26 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 63 38 -
CMYK 0 0.20 0.52 0.69
HSL 36.59º 0.35% 0.23% -
HSV(B) 36.59º 0.52% 0.31% -
XYZ 5.35 5.36 2.59 -
YUV 64.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 79 63 38 0 0.20 0.52 0.69 36.59 0.35 0.23
Hex 4F 3F 26 0 14 34 45 25 23 17
Octal 117 77 46 0 24 64 105 45 43 27
Binary 1001111 111111 100110 0 10100 110100 1000101 100101 100011 10111

Color Harmonies of #4F3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3F26

Black with #4F3F26

Text Example


Text Example

White with #4F3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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