Html Css Color HEX #401E02 Brown Pod

📋 copy color: '#401E02'

red 64 ◦ green 30 ◦ blue 2

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

Shades of Brown Pod #401E02

Tints of Brown Pod #401E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.25%

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

R = 66.67%
G = 31.25%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401E02 (or 0x401E02) is known color: Brown Pod. HEX triplet: 40, 1E and 02. RGB value is (64,30,2). Sum of RGB (Red+Green+Blue) = 64+30+2=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E02 is #BFE1FD. Grayscale: #252525. Windows color (decimal): -12575230 or 138816. OLE color: 138816.

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

Color convert

RGB 64 30 2 -
CMYK 0 0.53 0.97 0.75
HSL 27.1º 0.94% 0.13% -
HSV(B) 27.1º 0.97% 0.25% -
XYZ 2.59 2.02 0.31 -
YUV 36.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 64 30 2 0 0.53 0.97 0.75 27.1 0.94 0.13
Hex 40 1E 2 0 35 61 4B 1B 5E D
Octal 100 36 2 0 65 141 113 33 136 15
Binary 1000000 11110 10 0 110101 1100001 1001011 11011 1011110 1101

Color Harmonies of #401E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E02

Black with #401E02

Text Example


Text Example

White with #401E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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