Html Css Color HEX #40531E Bronzetone

📋 copy color: '#40531E'

red 64 ◦ green 83 ◦ blue 30

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

Shades of Bronzetone #40531E

Tints of Bronzetone #40531E

RGB

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

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

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

R = 36.16%
G = 46.89%
B = 16.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#40531E (or 0x40531E) is known color: Bronzetone. HEX triplet: 40, 53 and 1E. RGB value is (64,83,30). Sum of RGB (Red+Green+Blue) = 64+83+30=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #40531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531E is #BFACE1. Grayscale: #474747. Windows color (decimal): -12561634 or 1987392. OLE color: 1987392.

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

Color convert

RGB 64 83 30 -
CMYK 0.23 0 0.64 0.67
HSL 81.51º 0.47% 0.22% -
HSV(B) 81.51º 0.64% 0.33% -
XYZ 5.44 7.37 2.36 -
YUV 71.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 64 83 30 0.23 0 0.64 0.67 81.51 0.47 0.22
Hex 40 53 1E 17 0 40 43 52 2F 16
Octal 100 123 36 27 0 100 103 122 57 26
Binary 1000000 1010011 11110 10111 0 1000000 1000011 1010010 101111 10110

Color Harmonies of #40531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40531E

Black with #40531E

Text Example


Text Example

White with #40531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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