Html Css Color HEX #4F412A Deep Bronze

📋 copy color: '#4F412A'

red 79 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #4F412A

Tints of Deep Bronze #4F412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 42.47%
G = 34.95%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F412A (or 0x4F412A) is known color: Deep Bronze. HEX triplet: 4F, 41 and 2A. RGB value is (79,65,42). Sum of RGB (Red+Green+Blue) = 79+65+42=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F412A is #B0BED5. Grayscale: #424242. Windows color (decimal): -11583190 or 2769231. OLE color: 2769231.

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

Color convert

RGB 79 65 42 -
CMYK 0 0.18 0.47 0.69
HSL 37.3º 0.31% 0.24% -
HSV(B) 37.3º 0.47% 0.31% -
XYZ 5.53 5.61 2.98 -
YUV 66.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 79 65 42 0 0.18 0.47 0.69 37.3 0.31 0.24
Hex 4F 41 2A 0 12 2F 45 25 1F 18
Octal 117 101 52 0 22 57 105 45 37 30
Binary 1001111 1000001 101010 0 10010 101111 1000101 100101 11111 11000

Color Harmonies of #4F412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F412A

Black with #4F412A

Text Example


Text Example

White with #4F412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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