Html Css Color HEX #401603 Brown Pod

📋 copy color: '#401603'

red 64 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #401603

Tints of Brown Pod #401603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

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

R = 71.91%
G = 24.72%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#401603 (or 0x401603) is known color: Brown Pod. HEX triplet: 40, 16 and 03. RGB value is (64,22,3). Sum of RGB (Red+Green+Blue) = 64+22+3=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401603 is #BFE9FC. Grayscale: #202020. Windows color (decimal): -12577277 or 202304. OLE color: 202304.

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

Color convert

RGB 64 22 3 -
CMYK 0 0.66 0.95 0.75
HSL 18.69º 0.91% 0.13% -
HSV(B) 18.69º 0.95% 0.25% -
XYZ 2.42 1.67 0.28 -
YUV 32.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 64 22 3 0 0.66 0.95 0.75 18.69 0.91 0.13
Hex 40 16 3 0 42 5F 4B 13 5B D
Octal 100 26 3 0 102 137 113 23 133 15
Binary 1000000 10110 11 0 1000010 1011111 1001011 10011 1011011 1101

Color Harmonies of #401603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401603

Black with #401603

Text Example


Text Example

White with #401603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401603; }

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

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

background-color css

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

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

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

border-color css

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

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

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