Html Css Color HEX #40481F Bronzetone

📋 copy color: '#40481F'

red 64 ◦ green 72 ◦ blue 31

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

Shades of Bronzetone #40481F

Tints of Bronzetone #40481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 38.32%
G = 43.11%
B = 18.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#40481F (or 0x40481F) is known color: Bronzetone. HEX triplet: 40, 48 and 1F. RGB value is (64,72,31). Sum of RGB (Red+Green+Blue) = 64+72+31=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #40481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40481F is #BFB7E0. Grayscale: #414141. Windows color (decimal): -12564449 or 2050112. OLE color: 2050112.

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

Color convert

RGB 64 72 31 -
CMYK 0.11 0 0.57 0.72
HSL 71.71º 0.4% 0.2% -
HSV(B) 71.71º 0.57% 0.28% -
XYZ 4.68 5.82 2.17 -
YUV 64.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 64 72 31 0.11 0 0.57 0.72 71.71 0.4 0.2
Hex 40 48 1F B 0 39 48 48 28 14
Octal 100 110 37 13 0 71 110 110 50 24
Binary 1000000 1001000 11111 1011 0 111001 1001000 1001000 101000 10100

Color Harmonies of #40481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40481F

Black with #40481F

Text Example


Text Example

White with #40481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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