Html Css Color HEX #40482A Bronzetone

📋 copy color: '#40482A'

red 64 ◦ green 72 ◦ blue 42

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

Shades of Bronzetone #40482A

Tints of Bronzetone #40482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 35.96%
G = 40.45%
B = 23.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#40482A (or 0x40482A) is known color: Bronzetone. HEX triplet: 40, 48 and 2A. RGB value is (64,72,42). Sum of RGB (Red+Green+Blue) = 64+72+42=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #40482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482A is #BFB7D5. Grayscale: #424242. Windows color (decimal): -12564438 or 2771008. OLE color: 2771008.

HSL color Cylindrical-coordinate representation of color #40482A: hue angle of 76º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40482A is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 42 -
CMYK 0.11 0 0.42 0.72
HSL 76º 0.26% 0.22% -
HSV(B) 76º 0.42% 0.28% -
XYZ 4.85 5.89 3.07 -
YUV 66.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 64 72 42 0.11 0 0.42 0.72 76 0.26 0.22
Hex 40 48 2A B 0 2A 48 4C 1A 16
Octal 100 110 52 13 0 52 110 114 32 26
Binary 1000000 1001000 101010 1011 0 101010 1001000 1001100 11010 10110

Color Harmonies of #40482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40482A

Black with #40482A

Text Example


Text Example

White with #40482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40482A; }

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

 H1.HeaderClassName
 {
   color: #40482A;
 }
 .AnyTagClassName
 {
   color: #40482A;
 }
</style>

background-color css

<style>
 a { background-color: #40482A; }

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

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

border-color css

<style>
 span { border-color: #40482A; }

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

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