Html Css Color HEX #40461F Bronzetone

📋 copy color: '#40461F'

red 64 ◦ green 70 ◦ blue 31

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

Shades of Bronzetone #40461F

Tints of Bronzetone #40461F

RGB

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

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

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

R = 38.79%
G = 42.42%
B = 18.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#40461F (or 0x40461F) is known color: Bronzetone. HEX triplet: 40, 46 and 1F. RGB value is (64,70,31). Sum of RGB (Red+Green+Blue) = 64+70+31=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #40461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461F is #BFB9E0. Grayscale: #3F3F3F. Windows color (decimal): -12564961 or 2049600. OLE color: 2049600.

HSL color Cylindrical-coordinate representation of color #40461F: hue angle of 69.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40461F is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 31 -
CMYK 0.09 0 0.56 0.73
HSL 69.23º 0.39% 0.2% -
HSV(B) 69.23º 0.56% 0.27% -
XYZ 4.55 5.57 2.13 -
YUV 63.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 64 70 31 0.09 0 0.56 0.73 69.23 0.39 0.2
Hex 40 46 1F 9 0 38 49 45 27 14
Octal 100 106 37 11 0 70 111 105 47 24
Binary 1000000 1000110 11111 1001 0 111000 1001001 1000101 100111 10100

Color Harmonies of #40461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40461F

Black with #40461F

Text Example


Text Example

White with #40461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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