Html Css Color HEX #401202 Brown Pod

📋 copy color: '#401202'

red 64 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #401202

Tints of Brown Pod #401202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.43%

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

R = 76.19%
G = 21.43%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401202 (or 0x401202) is known color: Brown Pod. HEX triplet: 40, 12 and 02. RGB value is (64,18,2). Sum of RGB (Red+Green+Blue) = 64+18+2=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #401202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401202 is #BFEDFD. Grayscale: #1E1E1E. Windows color (decimal): -12578302 or 135744. OLE color: 135744.

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

Color convert

RGB 64 18 2 -
CMYK 0 0.72 0.97 0.75
HSL 15.48º 0.94% 0.13% -
HSV(B) 15.48º 0.97% 0.25% -
XYZ 2.34 1.53 0.23 -
YUV 29.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 64 18 2 0 0.72 0.97 0.75 15.48 0.94 0.13
Hex 40 12 2 0 48 61 4B F 5E D
Octal 100 22 2 0 110 141 113 17 136 15
Binary 1000000 10010 10 0 1001000 1100001 1001011 1111 1011110 1101

Color Harmonies of #401202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401202

Black with #401202

Text Example


Text Example

White with #401202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401202; }

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

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

background-color css

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

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

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

border-color css

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

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

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