Html Css Color HEX #401402 Brown Pod

📋 copy color: '#401402'

red 64 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #401402

Tints of Brown Pod #401402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

 BLUE value IS 2 (1.17% from 255) = 2.33%

R = 74.42%
G = 23.26%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401402 (or 0x401402) is known color: Brown Pod. HEX triplet: 40, 14 and 02. RGB value is (64,20,2). Sum of RGB (Red+Green+Blue) = 64+20+2=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401402 is #BFEBFD. Grayscale: #1F1F1F. Windows color (decimal): -12577790 or 136256. OLE color: 136256.

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

Color convert

RGB 64 20 2 -
CMYK 0 0.69 0.97 0.75
HSL 17.42º 0.94% 0.13% -
HSV(B) 17.42º 0.97% 0.25% -
XYZ 2.38 1.59 0.24 -
YUV 31.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 64 20 2 0 0.69 0.97 0.75 17.42 0.94 0.13
Hex 40 14 2 0 45 61 4B 11 5E D
Octal 100 24 2 0 105 141 113 21 136 15
Binary 1000000 10100 10 0 1000101 1100001 1001011 10001 1011110 1101

Color Harmonies of #401402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401402

Black with #401402

Text Example


Text Example

White with #401402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401402; }

 p { color: rgb(64,20,2); }

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

background-color css

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

 a { background-color: rgb(64,20,2); }

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

border-color css

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

 span { border-color: rgb(64,20,2); }

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