Html Css Color HEX #411908 Brown Pod

📋 copy color: '#411908'

red 65 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #411908

Tints of Brown Pod #411908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.51%

 BLUE value IS 8 (3.52% from 255) = 8.16%

R = 66.33%
G = 25.51%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411908 (or 0x411908) is known color: Brown Pod. HEX triplet: 41, 19 and 08. RGB value is (65,25,8). Sum of RGB (Red+Green+Blue) = 65+25+8=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411908 is #BEE6F7. Grayscale: #232323. Windows color (decimal): -12510968 or 530753. OLE color: 530753.

HSL color Cylindrical-coordinate representation of color #411908: hue angle of 17.89º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411908 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 8 -
CMYK 0 0.62 0.88 0.75
HSL 17.89º 0.78% 0.14% -
HSV(B) 17.89º 0.88% 0.25% -
XYZ 2.57 1.84 0.45 -
YUV 35.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 65 25 8 0 0.62 0.88 0.75 17.89 0.78 0.14
Hex 41 19 8 0 3E 58 4B 12 4E E
Octal 101 31 10 0 76 130 113 22 116 16
Binary 1000001 11001 1000 0 111110 1011000 1001011 10010 1001110 1110

Color Harmonies of #411908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411908

Black with #411908

Text Example


Text Example

White with #411908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411908; }

 p { color: rgb(65,25,8); }

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

background-color css

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

 a { background-color: rgb(65,25,8); }

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

border-color css

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

 span { border-color: rgb(65,25,8); }

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