Html Css Color HEX #411604 Brown Pod

📋 copy color: '#411604'

red 65 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #411604

Tints of Brown Pod #411604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.4%

R = 71.43%
G = 24.18%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411604 (or 0x411604) is known color: Brown Pod. HEX triplet: 41, 16 and 04. RGB value is (65,22,4). Sum of RGB (Red+Green+Blue) = 65+22+4=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #411604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411604 is #BEE9FB. Grayscale: #202020. Windows color (decimal): -12511740 or 267841. OLE color: 267841.

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

Color convert

RGB 65 22 4 -
CMYK 0 0.66 0.94 0.75
HSL 17.7º 0.88% 0.14% -
HSV(B) 17.7º 0.94% 0.25% -
XYZ 2.49 1.71 0.31 -
YUV 32.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 65 22 4 0 0.66 0.94 0.75 17.7 0.88 0.14
Hex 41 16 4 0 42 5E 4B 12 58 E
Octal 101 26 4 0 102 136 113 22 130 16
Binary 1000001 10110 100 0 1000010 1011110 1001011 10010 1011000 1110

Color Harmonies of #411604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411604

Black with #411604

Text Example


Text Example

White with #411604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411604; }

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

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

background-color css

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

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

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

border-color css

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

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

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