Html Css Color HEX #40462A Bronzetone

📋 copy color: '#40462A'

red 64 ◦ green 70 ◦ blue 42

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

Shades of Bronzetone #40462A

Tints of Bronzetone #40462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 36.36%
G = 39.77%
B = 23.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#40462A (or 0x40462A) is known color: Bronzetone. HEX triplet: 40, 46 and 2A. RGB value is (64,70,42). Sum of RGB (Red+Green+Blue) = 64+70+42=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #40462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40462A is #BFB9D5. Grayscale: #414141. Windows color (decimal): -12564950 or 2770496. OLE color: 2770496.

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

Color convert

RGB 64 70 42 -
CMYK 0.09 0 0.40 0.73
HSL 72.86º 0.25% 0.22% -
HSV(B) 72.86º 0.4% 0.27% -
XYZ 4.72 5.64 3.03 -
YUV 65.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 64 70 42 0.09 0 0.40 0.73 72.86 0.25 0.22
Hex 40 46 2A 9 0 28 49 49 19 16
Octal 100 106 52 11 0 50 111 111 31 26
Binary 1000000 1000110 101010 1001 0 101000 1001001 1001001 11001 10110

Color Harmonies of #40462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40462A

Black with #40462A

Text Example


Text Example

White with #40462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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