Html Css Color HEX #411609 Brown Pod

📋 copy color: '#411609'

red 65 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #411609

Tints of Brown Pod #411609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

 BLUE value IS 9 (3.91% from 255) = 9.38%

R = 67.71%
G = 22.92%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411609 (or 0x411609) is known color: Brown Pod. HEX triplet: 41, 16 and 09. RGB value is (65,22,9). Sum of RGB (Red+Green+Blue) = 65+22+9=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #411609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411609 is #BEE9F6. Grayscale: #212121. Windows color (decimal): -12511735 or 595521. OLE color: 595521.

HSL color Cylindrical-coordinate representation of color #411609: hue angle of 13.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411609 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 9 -
CMYK 0 0.66 0.86 0.75
HSL 13.93º 0.76% 0.15% -
HSV(B) 13.93º 0.86% 0.25% -
XYZ 2.52 1.72 0.46 -
YUV 33.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 65 22 9 0 0.66 0.86 0.75 13.93 0.76 0.15
Hex 41 16 9 0 42 56 4B E 4C F
Octal 101 26 11 0 102 126 113 16 114 17
Binary 1000001 10110 1001 0 1000010 1010110 1001011 1110 1001100 1111

Color Harmonies of #411609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411609

Black with #411609

Text Example


Text Example

White with #411609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411609; }

 p { color: rgb(65,22,9); }

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

background-color css

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

 a { background-color: rgb(65,22,9); }

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

border-color css

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

 span { border-color: rgb(65,22,9); }

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