Html Css Color HEX #404521 Bronzetone

📋 copy color: '#404521'

red 64 ◦ green 69 ◦ blue 33

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

Shades of Bronzetone #404521

Tints of Bronzetone #404521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

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

R = 38.55%
G = 41.57%
B = 19.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#404521 (or 0x404521) is known color: Bronzetone. HEX triplet: 40, 45 and 21. RGB value is (64,69,33). Sum of RGB (Red+Green+Blue) = 64+69+33=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #404521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404521 is #BFBADE. Grayscale: #3F3F3F. Windows color (decimal): -12565215 or 2180416. OLE color: 2180416.

HSL color Cylindrical-coordinate representation of color #404521: hue angle of 68.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404521 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 33 -
CMYK 0.07 0 0.52 0.73
HSL 68.33º 0.35% 0.2% -
HSV(B) 68.33º 0.52% 0.27% -
XYZ 4.52 5.46 2.25 -
YUV 63.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 64 69 33 0.07 0 0.52 0.73 68.33 0.35 0.2
Hex 40 45 21 7 0 34 49 44 23 14
Octal 100 105 41 7 0 64 111 104 43 24
Binary 1000000 1000101 100001 111 0 110100 1001001 1000100 100011 10100

Color Harmonies of #404521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404521

Black with #404521

Text Example


Text Example

White with #404521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404521; }

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

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

background-color css

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

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

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

border-color css

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

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

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