Html Css Color HEX #41481F Bronzetone

📋 copy color: '#41481F'

red 65 ◦ green 72 ◦ blue 31

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

Shades of Bronzetone #41481F

Tints of Bronzetone #41481F

RGB

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

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

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

R = 38.69%
G = 42.86%
B = 18.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#41481F (or 0x41481F) is known color: Bronzetone. HEX triplet: 41, 48 and 1F. RGB value is (65,72,31). Sum of RGB (Red+Green+Blue) = 65+72+31=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #41481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481F is #BEB7E0. Grayscale: #414141. Windows color (decimal): -12498913 or 2050113. OLE color: 2050113.

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

Color convert

RGB 65 72 31 -
CMYK 0.10 0 0.57 0.72
HSL 70.24º 0.4% 0.2% -
HSV(B) 70.24º 0.57% 0.28% -
XYZ 4.74 5.86 2.18 -
YUV 65.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 65 72 31 0.10 0 0.57 0.72 70.24 0.4 0.2
Hex 41 48 1F A 0 39 48 46 28 14
Octal 101 110 37 12 0 71 110 106 50 24
Binary 1000001 1001000 11111 1010 0 111001 1001000 1000110 101000 10100

Color Harmonies of #41481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41481F

Black with #41481F

Text Example


Text Example

White with #41481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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