Html Css Color HEX #41541E Bronzetone

📋 copy color: '#41541E'

red 65 ◦ green 84 ◦ blue 30

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

Shades of Bronzetone #41541E

Tints of Bronzetone #41541E

RGB

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

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

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

R = 36.31%
G = 46.93%
B = 16.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#41541E (or 0x41541E) is known color: Bronzetone. HEX triplet: 41, 54 and 1E. RGB value is (65,84,30). Sum of RGB (Red+Green+Blue) = 65+84+30=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #41541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541E is #BEABE1. Grayscale: #484848. Windows color (decimal): -12495842 or 1987649. OLE color: 1987649.

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

Color convert

RGB 65 84 30 -
CMYK 0.23 0 0.64 0.67
HSL 81.11º 0.47% 0.22% -
HSV(B) 81.11º 0.64% 0.33% -
XYZ 5.58 7.56 2.39 -
YUV 72.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 65 84 30 0.23 0 0.64 0.67 81.11 0.47 0.22
Hex 41 54 1E 17 0 40 43 51 2F 16
Octal 101 124 36 27 0 100 103 121 57 26
Binary 1000001 1010100 11110 10111 0 1000000 1000011 1010001 101111 10110

Color Harmonies of #41541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41541E

Black with #41541E

Text Example


Text Example

White with #41541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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