Html Css Color HEX #41541F Bronzetone

📋 copy color: '#41541F'

red 65 ◦ green 84 ◦ blue 31

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

Shades of Bronzetone #41541F

Tints of Bronzetone #41541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

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

R = 36.11%
G = 46.67%
B = 17.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#41541F (or 0x41541F) is known color: Bronzetone. HEX triplet: 41, 54 and 1F. RGB value is (65,84,31). Sum of RGB (Red+Green+Blue) = 65+84+31=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #41541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541F is #BEABE0. Grayscale: #484848. Windows color (decimal): -12495841 or 2053185. OLE color: 2053185.

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

Color convert

RGB 65 84 31 -
CMYK 0.23 0 0.63 0.67
HSL 81.51º 0.46% 0.23% -
HSV(B) 81.51º 0.63% 0.33% -
XYZ 5.6 7.56 2.46 -
YUV 72.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 65 84 31 0.23 0 0.63 0.67 81.51 0.46 0.23
Hex 41 54 1F 17 0 3F 43 52 2E 17
Octal 101 124 37 27 0 77 103 122 56 27
Binary 1000001 1010100 11111 10111 0 111111 1000011 1010010 101110 10111

Color Harmonies of #41541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41541F

Black with #41541F

Text Example


Text Example

White with #41541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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