Html Css Color HEX #40531F Bronzetone

📋 copy color: '#40531F'

red 64 ◦ green 83 ◦ blue 31

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

Shades of Bronzetone #40531F

Tints of Bronzetone #40531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

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

R = 35.96%
G = 46.63%
B = 17.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#40531F (or 0x40531F) is known color: Bronzetone. HEX triplet: 40, 53 and 1F. RGB value is (64,83,31). Sum of RGB (Red+Green+Blue) = 64+83+31=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #40531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531F is #BFACE0. Grayscale: #474747. Windows color (decimal): -12561633 or 2052928. OLE color: 2052928.

HSL color Cylindrical-coordinate representation of color #40531F: hue angle of 81.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40531F is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 31 -
CMYK 0.23 0 0.63 0.67
HSL 81.92º 0.46% 0.22% -
HSV(B) 81.92º 0.63% 0.33% -
XYZ 5.45 7.38 2.43 -
YUV 71.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 64 83 31 0.23 0 0.63 0.67 81.92 0.46 0.22
Hex 40 53 1F 17 0 3F 43 52 2E 16
Octal 100 123 37 27 0 77 103 122 56 26
Binary 1000000 1010011 11111 10111 0 111111 1000011 1010010 101110 10110

Color Harmonies of #40531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40531F

Black with #40531F

Text Example


Text Example

White with #40531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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