Html Css Color HEX #411408 Brown Pod

📋 copy color: '#411408'

red 65 ◦ green 20 ◦ blue 8

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

Shades of Brown Pod #411408

Tints of Brown Pod #411408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 69.89%
G = 21.51%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411408 (or 0x411408) is known color: Brown Pod. HEX triplet: 41, 14 and 08. RGB value is (65,20,8). Sum of RGB (Red+Green+Blue) = 65+20+8=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411408 is #BEEBF7. Grayscale: #202020. Windows color (decimal): -12512248 or 529473. OLE color: 529473.

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

Color convert

RGB 65 20 8 -
CMYK 0 0.69 0.88 0.75
HSL 12.63º 0.78% 0.14% -
HSV(B) 12.63º 0.88% 0.25% -
XYZ 2.47 1.64 0.42 -
YUV 32.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 65 20 8 0 0.69 0.88 0.75 12.63 0.78 0.14
Hex 41 14 8 0 45 58 4B D 4E E
Octal 101 24 10 0 105 130 113 15 116 16
Binary 1000001 10100 1000 0 1000101 1011000 1001011 1101 1001110 1110

Color Harmonies of #411408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411408

Black with #411408

Text Example


Text Example

White with #411408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411408; }

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

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

background-color css

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

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

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

border-color css

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

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

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