Html Css Color HEX #401504 Brown Pod

📋 copy color: '#401504'

red 64 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #401504

Tints of Brown Pod #401504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 71.91%
G = 23.6%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#401504 (or 0x401504) is known color: Brown Pod. HEX triplet: 40, 15 and 04. RGB value is (64,21,4). Sum of RGB (Red+Green+Blue) = 64+21+4=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401504 is #BFEAFB. Grayscale: #202020. Windows color (decimal): -12577532 or 267584. OLE color: 267584.

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

Color convert

RGB 64 21 4 -
CMYK 0 0.67 0.94 0.75
HSL 17º 0.88% 0.13% -
HSV(B) 17º 0.94% 0.25% -
XYZ 2.4 1.64 0.3 -
YUV 31.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 64 21 4 0 0.67 0.94 0.75 17 0.88 0.13
Hex 40 15 4 0 43 5E 4B 11 58 D
Octal 100 25 4 0 103 136 113 21 130 15
Binary 1000000 10101 100 0 1000011 1011110 1001011 10001 1011000 1101

Color Harmonies of #401504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401504

Black with #401504

Text Example


Text Example

White with #401504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401504; }

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

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

background-color css

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

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

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

border-color css

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

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

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