Html Css Color HEX #40481E Bronzetone

📋 copy color: '#40481E'

red 64 ◦ green 72 ◦ blue 30

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

Shades of Bronzetone #40481E

Tints of Bronzetone #40481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 38.55%
G = 43.37%
B = 18.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#40481E (or 0x40481E) is known color: Bronzetone. HEX triplet: 40, 48 and 1E. RGB value is (64,72,30). Sum of RGB (Red+Green+Blue) = 64+72+30=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #40481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40481E is #BFB7E1. Grayscale: #404040. Windows color (decimal): -12564450 or 1984576. OLE color: 1984576.

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

Color convert

RGB 64 72 30 -
CMYK 0.11 0 0.58 0.72
HSL 71.43º 0.41% 0.2% -
HSV(B) 71.43º 0.58% 0.28% -
XYZ 4.67 5.82 2.11 -
YUV 64.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 64 72 30 0.11 0 0.58 0.72 71.43 0.41 0.2
Hex 40 48 1E B 0 3A 48 47 29 14
Octal 100 110 36 13 0 72 110 107 51 24
Binary 1000000 1001000 11110 1011 0 111010 1001000 1000111 101001 10100

Color Harmonies of #40481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40481E

Black with #40481E

Text Example


Text Example

White with #40481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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