Html Css Color HEX #404C22 Bronzetone

📋 copy color: '#404C22'

red 64 ◦ green 76 ◦ blue 34

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

Shades of Bronzetone #404C22

Tints of Bronzetone #404C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 36.78%
G = 43.68%
B = 19.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#404C22 (or 0x404C22) is known color: Bronzetone. HEX triplet: 40, 4C and 22. RGB value is (64,76,34). Sum of RGB (Red+Green+Blue) = 64+76+34=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #404C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C22 is #BFB3DD. Grayscale: #434343. Windows color (decimal): -12563422 or 2247744. OLE color: 2247744.

HSL color Cylindrical-coordinate representation of color #404C22: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #404C22 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 34 -
CMYK 0.16 0 0.55 0.70
HSL 77.14º 0.38% 0.22% -
HSV(B) 77.14º 0.55% 0.3% -
XYZ 4.99 6.37 2.48 -
YUV 67.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 64 76 34 0.16 0 0.55 0.70 77.14 0.38 0.22
Hex 40 4C 22 10 0 37 46 4D 26 16
Octal 100 114 42 20 0 67 106 115 46 26
Binary 1000000 1001100 100010 10000 0 110111 1000110 1001101 100110 10110

Color Harmonies of #404C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C22

Black with #404C22

Text Example


Text Example

White with #404C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,34); }

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

background-color css

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

 a { background-color: rgb(64,76,34); }

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

border-color css

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

 span { border-color: rgb(64,76,34); }

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