Html Css Color HEX #401403 Brown Pod

📋 copy color: '#401403'

red 64 ◦ green 20 ◦ blue 3

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

Shades of Brown Pod #401403

Tints of Brown Pod #401403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 73.56%
G = 22.99%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#401403 (or 0x401403) is known color: Brown Pod. HEX triplet: 40, 14 and 03. RGB value is (64,20,3). Sum of RGB (Red+Green+Blue) = 64+20+3=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401403 is #BFEBFC. Grayscale: #1F1F1F. Windows color (decimal): -12577789 or 201792. OLE color: 201792.

HSL color Cylindrical-coordinate representation of color #401403: hue angle of 16.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #401403 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 3 -
CMYK 0 0.69 0.95 0.75
HSL 16.72º 0.91% 0.13% -
HSV(B) 16.72º 0.95% 0.25% -
XYZ 2.38 1.6 0.27 -
YUV 31.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 64 20 3 0 0.69 0.95 0.75 16.72 0.91 0.13
Hex 40 14 3 0 45 5F 4B 11 5B D
Octal 100 24 3 0 105 137 113 21 133 15
Binary 1000000 10100 11 0 1000101 1011111 1001011 10001 1011011 1101

Color Harmonies of #401403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401403

Black with #401403

Text Example


Text Example

White with #401403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401403; }

 p { color: rgb(64,20,3); }

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

background-color css

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

 a { background-color: rgb(64,20,3); }

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

border-color css

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

 span { border-color: rgb(64,20,3); }

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