Html Css Color HEX #41481E Bronzetone

📋 copy color: '#41481E'

red 65 ◦ green 72 ◦ blue 30

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

Shades of Bronzetone #41481E

Tints of Bronzetone #41481E

RGB

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

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

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

R = 38.92%
G = 43.11%
B = 17.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#41481E (or 0x41481E) is known color: Bronzetone. HEX triplet: 41, 48 and 1E. RGB value is (65,72,30). Sum of RGB (Red+Green+Blue) = 65+72+30=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #41481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481E is #BEB7E1. Grayscale: #414141. Windows color (decimal): -12498914 or 1984577. OLE color: 1984577.

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

Color convert

RGB 65 72 30 -
CMYK 0.10 0 0.58 0.72
HSL 70º 0.41% 0.2% -
HSV(B) 70º 0.58% 0.28% -
XYZ 4.73 5.85 2.11 -
YUV 65.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 65 72 30 0.10 0 0.58 0.72 70 0.41 0.2
Hex 41 48 1E A 0 3A 48 46 29 14
Octal 101 110 36 12 0 72 110 106 51 24
Binary 1000001 1001000 11110 1010 0 111010 1001000 1000110 101001 10100

Color Harmonies of #41481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41481E

Black with #41481E

Text Example


Text Example

White with #41481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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