Html Css Color HEX #401604 Brown Pod

📋 copy color: '#401604'

red 64 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #401604

Tints of Brown Pod #401604

RGB

 RED value IS 64 (25.39% from 255) = 71.11%

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

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

R = 71.11%
G = 24.44%
B = 4.44%

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

#401604 (or 0x401604) is known color: Brown Pod. HEX triplet: 40, 16 and 04. RGB value is (64,22,4). Sum of RGB (Red+Green+Blue) = 64+22+4=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401604 is #BFE9FB. Grayscale: #202020. Windows color (decimal): -12577276 or 267840. OLE color: 267840.

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

Color convert

RGB 64 22 4 -
CMYK 0 0.66 0.94 0.75
HSL 18º 0.88% 0.13% -
HSV(B) 18º 0.94% 0.25% -
XYZ 2.42 1.67 0.31 -
YUV 32.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 64 22 4 0 0.66 0.94 0.75 18 0.88 0.13
Hex 40 16 4 0 42 5E 4B 12 58 D
Octal 100 26 4 0 102 136 113 22 130 15
Binary 1000000 10110 100 0 1000010 1011110 1001011 10010 1011000 1101

Color Harmonies of #401604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401604

Black with #401604

Text Example


Text Example

White with #401604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401604; }

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

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

background-color css

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

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

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

border-color css

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

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

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