Html Css Color HEX #40462C Bronzetone

📋 copy color: '#40462C'

red 64 ◦ green 70 ◦ blue 44

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

Shades of Bronzetone #40462C

Tints of Bronzetone #40462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 35.96%
G = 39.33%
B = 24.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#40462C (or 0x40462C) is known color: Bronzetone. HEX triplet: 40, 46 and 2C. RGB value is (64,70,44). Sum of RGB (Red+Green+Blue) = 64+70+44=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #40462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40462C is #BFB9D3. Grayscale: #414141. Windows color (decimal): -12564948 or 2901568. OLE color: 2901568.

HSL color Cylindrical-coordinate representation of color #40462C: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40462C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 44 -
CMYK 0.09 0 0.37 0.73
HSL 73.85º 0.23% 0.22% -
HSV(B) 73.85º 0.37% 0.27% -
XYZ 4.76 5.65 3.22 -
YUV 65.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 64 70 44 0.09 0 0.37 0.73 73.85 0.23 0.22
Hex 40 46 2C 9 0 25 49 4A 17 16
Octal 100 106 54 11 0 45 111 112 27 26
Binary 1000000 1000110 101100 1001 0 100101 1001001 1001010 10111 10110

Color Harmonies of #40462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40462C

Black with #40462C

Text Example


Text Example

White with #40462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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