Html Css Color HEX #401302 Brown Pod

📋 copy color: '#401302'

red 64 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #401302

Tints of Brown Pod #401302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

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

R = 75.29%
G = 22.35%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#401302 (or 0x401302) is known color: Brown Pod. HEX triplet: 40, 13 and 02. RGB value is (64,19,2). Sum of RGB (Red+Green+Blue) = 64+19+2=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #401302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401302 is #BFECFD. Grayscale: #1E1E1E. Windows color (decimal): -12578046 or 136000. OLE color: 136000.

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

Color convert

RGB 64 19 2 -
CMYK 0 0.70 0.97 0.75
HSL 16.45º 0.94% 0.13% -
HSV(B) 16.45º 0.97% 0.25% -
XYZ 2.36 1.56 0.23 -
YUV 30.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 64 19 2 0 0.70 0.97 0.75 16.45 0.94 0.13
Hex 40 13 2 0 46 61 4B 10 5E D
Octal 100 23 2 0 106 141 113 20 136 15
Binary 1000000 10011 10 0 1000110 1100001 1001011 10000 1011110 1101

Color Harmonies of #401302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401302

Black with #401302

Text Example


Text Example

White with #401302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401302; }

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

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

background-color css

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

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

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

border-color css

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

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

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