Html Css Color HEX #404C2C Bronzetone

📋 copy color: '#404C2C'

red 64 ◦ green 76 ◦ blue 44

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

Shades of Bronzetone #404C2C

Tints of Bronzetone #404C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 34.78%
G = 41.3%
B = 23.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#404C2C (or 0x404C2C) is known color: Bronzetone. HEX triplet: 40, 4C and 2C. RGB value is (64,76,44). Sum of RGB (Red+Green+Blue) = 64+76+44=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #404C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C2C is #BFB3D3. Grayscale: #444444. Windows color (decimal): -12563412 or 2903104. OLE color: 2903104.

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

Color convert

RGB 64 76 44 -
CMYK 0.16 0 0.42 0.70
HSL 82.5º 0.27% 0.24% -
HSV(B) 82.5º 0.42% 0.3% -
XYZ 5.15 6.44 3.35 -
YUV 68.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 64 76 44 0.16 0 0.42 0.70 82.5 0.27 0.24
Hex 40 4C 2C 10 0 2A 46 52 1B 18
Octal 100 114 54 20 0 52 106 122 33 30
Binary 1000000 1001100 101100 10000 0 101010 1000110 1010010 11011 11000

Color Harmonies of #404C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C2C

Black with #404C2C

Text Example


Text Example

White with #404C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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