Html Css Color HEX #411608 Brown Pod

📋 copy color: '#411608'

red 65 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #411608

Tints of Brown Pod #411608

RGB

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

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

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

R = 68.42%
G = 23.16%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411608 (or 0x411608) is known color: Brown Pod. HEX triplet: 41, 16 and 08. RGB value is (65,22,8). Sum of RGB (Red+Green+Blue) = 65+22+8=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411608 is #BEE9F7. Grayscale: #212121. Windows color (decimal): -12511736 or 529985. OLE color: 529985.

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

Color convert

RGB 65 22 8 -
CMYK 0 0.66 0.88 0.75
HSL 14.74º 0.78% 0.14% -
HSV(B) 14.74º 0.88% 0.25% -
XYZ 2.51 1.72 0.43 -
YUV 33.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 65 22 8 0 0.66 0.88 0.75 14.74 0.78 0.14
Hex 41 16 8 0 42 58 4B F 4E E
Octal 101 26 10 0 102 130 113 17 116 16
Binary 1000001 10110 1000 0 1000010 1011000 1001011 1111 1001110 1110

Color Harmonies of #411608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411608

Black with #411608

Text Example


Text Example

White with #411608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411608; }

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

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

background-color css

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

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

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

border-color css

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

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

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