Html Css Color HEX #404F1D Bronzetone

📋 copy color: '#404F1D'

red 64 ◦ green 79 ◦ blue 29

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

Shades of Bronzetone #404F1D

Tints of Bronzetone #404F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 37.21%
G = 45.93%
B = 16.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#404F1D (or 0x404F1D) is known color: Bronzetone. HEX triplet: 40, 4F and 1D. RGB value is (64,79,29). Sum of RGB (Red+Green+Blue) = 64+79+29=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #404F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F1D is #BFB0E2. Grayscale: #454545. Windows color (decimal): -12562659 or 1920832. OLE color: 1920832.

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

Color convert

RGB 64 79 29 -
CMYK 0.19 0 0.63 0.69
HSL 78º 0.46% 0.21% -
HSV(B) 78º 0.63% 0.31% -
XYZ 5.13 6.77 2.2 -
YUV 68.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 64 79 29 0.19 0 0.63 0.69 78 0.46 0.21
Hex 40 4F 1D 13 0 3F 45 4E 2E 15
Octal 100 117 35 23 0 77 105 116 56 25
Binary 1000000 1001111 11101 10011 0 111111 1000101 1001110 101110 10101

Color Harmonies of #404F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F1D

Black with #404F1D

Text Example


Text Example

White with #404F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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