Html Css Color HEX #411808 Brown Pod

📋 copy color: '#411808'

red 65 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #411808

Tints of Brown Pod #411808

RGB

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

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

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

R = 67.01%
G = 24.74%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411808 (or 0x411808) is known color: Brown Pod. HEX triplet: 41, 18 and 08. RGB value is (65,24,8). Sum of RGB (Red+Green+Blue) = 65+24+8=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411808 is #BEE7F7. Grayscale: #222222. Windows color (decimal): -12511224 or 530497. OLE color: 530497.

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

Color convert

RGB 65 24 8 -
CMYK 0 0.63 0.88 0.75
HSL 16.84º 0.78% 0.14% -
HSV(B) 16.84º 0.88% 0.25% -
XYZ 2.55 1.79 0.44 -
YUV 34.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 65 24 8 0 0.63 0.88 0.75 16.84 0.78 0.14
Hex 41 18 8 0 3F 58 4B 11 4E E
Octal 101 30 10 0 77 130 113 21 116 16
Binary 1000001 11000 1000 0 111111 1011000 1001011 10001 1001110 1110

Color Harmonies of #411808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411808

Black with #411808

Text Example


Text Example

White with #411808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411808; }

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

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

background-color css

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

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

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

border-color css

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

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

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