Html Css Color HEX #404F1F Bronzetone

📋 copy color: '#404F1F'

red 64 ◦ green 79 ◦ blue 31

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

Shades of Bronzetone #404F1F

Tints of Bronzetone #404F1F

RGB

 RED value IS 64 (25.39% from 255) = 36.78%

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 36.78%
G = 45.4%
B = 17.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#404F1F (or 0x404F1F) is known color: Bronzetone. HEX triplet: 40, 4F and 1F. RGB value is (64,79,31). Sum of RGB (Red+Green+Blue) = 64+79+31=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #404F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F1F is #BFB0E0. Grayscale: #454545. Windows color (decimal): -12562657 or 2051904. OLE color: 2051904.

HSL color Cylindrical-coordinate representation of color #404F1F: hue angle of 78.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404F1F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 79 31 -
CMYK 0.19 0 0.61 0.69
HSL 78.75º 0.44% 0.22% -
HSV(B) 78.75º 0.61% 0.31% -
XYZ 5.16 6.78 2.33 -
YUV 69.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 64 79 31 0.19 0 0.61 0.69 78.75 0.44 0.22
Hex 40 4F 1F 13 0 3D 45 4F 2C 16
Octal 100 117 37 23 0 75 105 117 54 26
Binary 1000000 1001111 11111 10011 0 111101 1000101 1001111 101100 10110

Color Harmonies of #404F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F1F

Black with #404F1F

Text Example


Text Example

White with #404F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F1F; }

 p { color: rgb(64,79,31); }

 H1.HeaderClassName
 {
   color: #404F1F;
 }
 .AnyTagClassName
 {
   color: #404F1F;
 }
</style>

background-color css

<style>
 a { background-color: #404F1F; }

 a { background-color: rgb(64,79,31); }

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

border-color css

<style>
 span { border-color: #404F1F; }

 span { border-color: rgb(64,79,31); }

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