Html Css Color HEX #401A02 Brown Pod

📋 copy color: '#401A02'

red 64 ◦ green 26 ◦ blue 2

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

Shades of Brown Pod #401A02

Tints of Brown Pod #401A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.26%

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

R = 69.57%
G = 28.26%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401A02 (or 0x401A02) is known color: Brown Pod. HEX triplet: 40, 1A and 02. RGB value is (64,26,2). Sum of RGB (Red+Green+Blue) = 64+26+2=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A02 is #BFE5FD. Grayscale: #222222. Windows color (decimal): -12576254 or 137792. OLE color: 137792.

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

Color convert

RGB 64 26 2 -
CMYK 0 0.59 0.97 0.75
HSL 23.23º 0.94% 0.13% -
HSV(B) 23.23º 0.97% 0.25% -
XYZ 2.49 1.83 0.28 -
YUV 34.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 64 26 2 0 0.59 0.97 0.75 23.23 0.94 0.13
Hex 40 1A 2 0 3B 61 4B 17 5E D
Octal 100 32 2 0 73 141 113 27 136 15
Binary 1000000 11010 10 0 111011 1100001 1001011 10111 1011110 1101

Color Harmonies of #401A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A02

Black with #401A02

Text Example


Text Example

White with #401A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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