Html Css Color HEX #41482E Bronzetone

📋 copy color: '#41482E'

red 65 ◦ green 72 ◦ blue 46

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

Shades of Bronzetone #41482E

Tints of Bronzetone #41482E

RGB

 RED value IS 65 (25.78% from 255) = 35.52%

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 35.52%
G = 39.34%
B = 25.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#41482E (or 0x41482E) is known color: Bronzetone. HEX triplet: 41, 48 and 2E. RGB value is (65,72,46). Sum of RGB (Red+Green+Blue) = 65+72+46=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #41482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41482E is #BEB7D1. Grayscale: #434343. Windows color (decimal): -12498898 or 3033153. OLE color: 3033153.

HSL color Cylindrical-coordinate representation of color #41482E: hue angle of 76.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41482E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 46 -
CMYK 0.10 0 0.36 0.72
HSL 76.15º 0.22% 0.23% -
HSV(B) 76.15º 0.36% 0.28% -
XYZ 4.99 5.96 3.47 -
YUV 66.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 65 72 46 0.10 0 0.36 0.72 76.15 0.22 0.23
Hex 41 48 2E A 0 24 48 4C 16 17
Octal 101 110 56 12 0 44 110 114 26 27
Binary 1000001 1001000 101110 1010 0 100100 1001000 1001100 10110 10111

Color Harmonies of #41482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41482E

Black with #41482E

Text Example


Text Example

White with #41482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,72,46); }

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

background-color css

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

 a { background-color: rgb(65,72,46); }

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

border-color css

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

 span { border-color: rgb(65,72,46); }

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