Html Css Color HEX #404C21 Bronzetone

📋 copy color: '#404C21'

red 64 ◦ green 76 ◦ blue 33

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

Shades of Bronzetone #404C21

Tints of Bronzetone #404C21

RGB

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

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

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

R = 36.99%
G = 43.93%
B = 19.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#404C21 (or 0x404C21) is known color: Bronzetone. HEX triplet: 40, 4C and 21. RGB value is (64,76,33). Sum of RGB (Red+Green+Blue) = 64+76+33=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #404C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C21 is #BFB3DE. Grayscale: #434343. Windows color (decimal): -12563423 or 2182208. OLE color: 2182208.

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

Color convert

RGB 64 76 33 -
CMYK 0.16 0 0.57 0.70
HSL 76.74º 0.39% 0.21% -
HSV(B) 76.74º 0.57% 0.3% -
XYZ 4.97 6.37 2.41 -
YUV 67.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 64 76 33 0.16 0 0.57 0.70 76.74 0.39 0.21
Hex 40 4C 21 10 0 39 46 4D 27 15
Octal 100 114 41 20 0 71 106 115 47 25
Binary 1000000 1001100 100001 10000 0 111001 1000110 1001101 100111 10101

Color Harmonies of #404C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C21

Black with #404C21

Text Example


Text Example

White with #404C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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