Html Css Color HEX #411809 Brown Pod

📋 copy color: '#411809'

red 65 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #411809

Tints of Brown Pod #411809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 66.33%
G = 24.49%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411809 (or 0x411809) is known color: Brown Pod. HEX triplet: 41, 18 and 09. RGB value is (65,24,9). Sum of RGB (Red+Green+Blue) = 65+24+9=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411809 is #BEE7F6. Grayscale: #222222. Windows color (decimal): -12511223 or 596033. OLE color: 596033.

HSL color Cylindrical-coordinate representation of color #411809: hue angle of 16.07º 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 #411809 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 9 -
CMYK 0 0.63 0.86 0.75
HSL 16.07º 0.76% 0.15% -
HSV(B) 16.07º 0.86% 0.25% -
XYZ 2.56 1.8 0.47 -
YUV 34.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 65 24 9 0 0.63 0.86 0.75 16.07 0.76 0.15
Hex 41 18 9 0 3F 56 4B 10 4C F
Octal 101 30 11 0 77 126 113 20 114 17
Binary 1000001 11000 1001 0 111111 1010110 1001011 10000 1001100 1111

Color Harmonies of #411809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411809

Black with #411809

Text Example


Text Example

White with #411809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411809; }

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

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

background-color css

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

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

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

border-color css

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

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

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