Html Css Color HEX #411E06 Brown Pod

📋 copy color: '#411E06'

red 65 ◦ green 30 ◦ blue 6

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

Shades of Brown Pod #411E06

Tints of Brown Pod #411E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.7%

 BLUE value IS 6 (2.73% from 255) = 5.94%

R = 64.36%
G = 29.7%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#411E06 (or 0x411E06) is known color: Brown Pod. HEX triplet: 41, 1E and 06. RGB value is (65,30,6). Sum of RGB (Red+Green+Blue) = 65+30+6=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E06 is #BEE1F9. Grayscale: #252525. Windows color (decimal): -12509690 or 400961. OLE color: 400961.

HSL color Cylindrical-coordinate representation of color #411E06: hue angle of 24.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #411E06 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 6 -
CMYK 0 0.54 0.91 0.75
HSL 24.41º 0.83% 0.14% -
HSV(B) 24.41º 0.91% 0.25% -
XYZ 2.68 2.07 0.43 -
YUV 37.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 65 30 6 0 0.54 0.91 0.75 24.41 0.83 0.14
Hex 41 1E 6 0 36 5B 4B 18 53 E
Octal 101 36 6 0 66 133 113 30 123 16
Binary 1000001 11110 110 0 110110 1011011 1001011 11000 1010011 1110

Color Harmonies of #411E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E06

Black with #411E06

Text Example


Text Example

White with #411E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E06; }

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

 H1.HeaderClassName
 {
   color: #411E06;
 }
 .AnyTagClassName
 {
   color: #411E06;
 }
</style>

background-color css

<style>
 a { background-color: #411E06; }

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

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

border-color css

<style>
 span { border-color: #411E06; }

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

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