Html Css Color HEX #401804 Brown Pod

📋 copy color: '#401804'

red 64 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #401804

Tints of Brown Pod #401804

RGB

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

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

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

R = 69.57%
G = 26.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#401804 (or 0x401804) is known color: Brown Pod. HEX triplet: 40, 18 and 04. RGB value is (64,24,4). Sum of RGB (Red+Green+Blue) = 64+24+4=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401804 is #BFE7FB. Grayscale: #212121. Windows color (decimal): -12576764 or 268352. OLE color: 268352.

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

Color convert

RGB 64 24 4 -
CMYK 0 0.62 0.94 0.75
HSL 20º 0.88% 0.13% -
HSV(B) 20º 0.94% 0.25% -
XYZ 2.46 1.75 0.32 -
YUV 33.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 64 24 4 0 0.62 0.94 0.75 20 0.88 0.13
Hex 40 18 4 0 3E 5E 4B 14 58 D
Octal 100 30 4 0 76 136 113 24 130 15
Binary 1000000 11000 100 0 111110 1011110 1001011 10100 1011000 1101

Color Harmonies of #401804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401804

Black with #401804

Text Example


Text Example

White with #401804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401804; }

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

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

background-color css

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

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

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

border-color css

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

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

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