Html Css Color HEX #40482F Bronzetone

📋 copy color: '#40482F'

red 64 ◦ green 72 ◦ blue 47

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

Shades of Bronzetone #40482F

Tints of Bronzetone #40482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 34.97%
G = 39.34%
B = 25.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#40482F (or 0x40482F) is known color: Bronzetone. HEX triplet: 40, 48 and 2F. RGB value is (64,72,47). Sum of RGB (Red+Green+Blue) = 64+72+47=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #40482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482F is #BFB7D0. Grayscale: #424242. Windows color (decimal): -12564433 or 3098688. OLE color: 3098688.

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

Color convert

RGB 64 72 47 -
CMYK 0.11 0 0.35 0.72
HSL 79.2º 0.21% 0.23% -
HSV(B) 79.2º 0.35% 0.28% -
XYZ 4.94 5.93 3.57 -
YUV 66.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 64 72 47 0.11 0 0.35 0.72 79.2 0.21 0.23
Hex 40 48 2F B 0 23 48 4F 15 17
Octal 100 110 57 13 0 43 110 117 25 27
Binary 1000000 1001000 101111 1011 0 100011 1001000 1001111 10101 10111

Color Harmonies of #40482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40482F

Black with #40482F

Text Example


Text Example

White with #40482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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