Html Css Color HEX #4F3E22 Deep Bronze

📋 copy color: '#4F3E22'

red 79 ◦ green 62 ◦ blue 34

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

Shades of Deep Bronze #4F3E22

Tints of Deep Bronze #4F3E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 34 (13.67% from 255) = 19.43%

R = 45.14%
G = 35.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.69

RGB Variations

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

Color information

#4F3E22 (or 0x4F3E22) is known color: Deep Bronze. HEX triplet: 4F, 3E and 22. RGB value is (79,62,34). Sum of RGB (Red+Green+Blue) = 79+62+34=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E22 is #B0C1DD. Grayscale: #404040. Windows color (decimal): -11583966 or 2244175. OLE color: 2244175.

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

Color convert

RGB 79 62 34 -
CMYK 0 0.22 0.57 0.69
HSL 37.33º 0.4% 0.22% -
HSV(B) 37.33º 0.57% 0.31% -
XYZ 5.24 5.22 2.25 -
YUV 63.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 79 62 34 0 0.22 0.57 0.69 37.33 0.4 0.22
Hex 4F 3E 22 0 16 39 45 25 28 16
Octal 117 76 42 0 26 71 105 45 50 26
Binary 1001111 111110 100010 0 10110 111001 1000101 100101 101000 10110

Color Harmonies of #4F3E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E22

Black with #4F3E22

Text Example


Text Example

White with #4F3E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,62,34); }

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

background-color css

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

 a { background-color: rgb(79,62,34); }

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

border-color css

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

 span { border-color: rgb(79,62,34); }

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