Html Css Color HEX #404F21 Bronzetone

📋 copy color: '#404F21'

red 64 ◦ green 79 ◦ blue 33

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

Shades of Bronzetone #404F21

Tints of Bronzetone #404F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 36.36%
G = 44.89%
B = 18.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#404F21 (or 0x404F21) is known color: Bronzetone. HEX triplet: 40, 4F and 21. RGB value is (64,79,33). Sum of RGB (Red+Green+Blue) = 64+79+33=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #404F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F21 is #BFB0DE. Grayscale: #454545. Windows color (decimal): -12562655 or 2182976. OLE color: 2182976.

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

Color convert

RGB 64 79 33 -
CMYK 0.19 0 0.58 0.69
HSL 79.57º 0.41% 0.22% -
HSV(B) 79.57º 0.58% 0.31% -
XYZ 5.18 6.79 2.48 -
YUV 69.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 64 79 33 0.19 0 0.58 0.69 79.57 0.41 0.22
Hex 40 4F 21 13 0 3A 45 50 29 16
Octal 100 117 41 23 0 72 105 120 51 26
Binary 1000000 1001111 100001 10011 0 111010 1000101 1010000 101001 10110

Color Harmonies of #404F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F21

Black with #404F21

Text Example


Text Example

White with #404F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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