Html Css Color HEX #401B02 Brown Pod

📋 copy color: '#401B02'

red 64 ◦ green 27 ◦ blue 2

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

Shades of Brown Pod #401B02

Tints of Brown Pod #401B02

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.03%

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

R = 68.82%
G = 29.03%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401B02 (or 0x401B02) is known color: Brown Pod. HEX triplet: 40, 1B and 02. RGB value is (64,27,2). Sum of RGB (Red+Green+Blue) = 64+27+2=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B02 is #BFE4FD. Grayscale: #232323. Windows color (decimal): -12575998 or 138048. OLE color: 138048.

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

Color convert

RGB 64 27 2 -
CMYK 0 0.58 0.97 0.75
HSL 24.19º 0.94% 0.13% -
HSV(B) 24.19º 0.97% 0.25% -
XYZ 2.52 1.88 0.29 -
YUV 35.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 64 27 2 0 0.58 0.97 0.75 24.19 0.94 0.13
Hex 40 1B 2 0 3A 61 4B 18 5E D
Octal 100 33 2 0 72 141 113 30 136 15
Binary 1000000 11011 10 0 111010 1100001 1001011 11000 1011110 1101

Color Harmonies of #401B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B02

Black with #401B02

Text Example


Text Example

White with #401B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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