Html Css Color HEX #40482B Bronzetone

📋 copy color: '#40482B'

red 64 ◦ green 72 ◦ blue 43

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

Shades of Bronzetone #40482B

Tints of Bronzetone #40482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 35.75%
G = 40.22%
B = 24.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#40482B (or 0x40482B) is known color: Bronzetone. HEX triplet: 40, 48 and 2B. RGB value is (64,72,43). Sum of RGB (Red+Green+Blue) = 64+72+43=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #40482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482B is #BFB7D4. Grayscale: #424242. Windows color (decimal): -12564437 or 2836544. OLE color: 2836544.

HSL color Cylindrical-coordinate representation of color #40482B: hue angle of 76.55º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40482B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 43 -
CMYK 0.11 0 0.40 0.72
HSL 76.55º 0.25% 0.23% -
HSV(B) 76.55º 0.4% 0.28% -
XYZ 4.87 5.9 3.17 -
YUV 66.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 64 72 43 0.11 0 0.40 0.72 76.55 0.25 0.23
Hex 40 48 2B B 0 28 48 4D 19 17
Octal 100 110 53 13 0 50 110 115 31 27
Binary 1000000 1001000 101011 1011 0 101000 1001000 1001101 11001 10111

Color Harmonies of #40482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40482B

Black with #40482B

Text Example


Text Example

White with #40482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40482B; }

 p { color: rgb(64,72,43); }

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

background-color css

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

 a { background-color: rgb(64,72,43); }

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

border-color css

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

 span { border-color: rgb(64,72,43); }

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