Html Css Color HEX #402003 Brown Pod

📋 copy color: '#402003'

red 64 ◦ green 32 ◦ blue 3

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

Shades of Brown Pod #402003

Tints of Brown Pod #402003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.32%

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

R = 64.65%
G = 32.32%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#402003 (or 0x402003) is known color: Brown Pod. HEX triplet: 40, 20 and 03. RGB value is (64,32,3). Sum of RGB (Red+Green+Blue) = 64+32+3=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #402003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402003 is #BFDFFC. Grayscale: #262626. Windows color (decimal): -12574717 or 204864. OLE color: 204864.

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

Color convert

RGB 64 32 3 -
CMYK 0 0.50 0.95 0.75
HSL 28.52º 0.91% 0.13% -
HSV(B) 28.52º 0.95% 0.25% -
XYZ 2.65 2.13 0.36 -
YUV 38.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 64 32 3 0 0.50 0.95 0.75 28.52 0.91 0.13
Hex 40 20 3 0 32 5F 4B 1D 5B D
Octal 100 40 3 0 62 137 113 35 133 15
Binary 1000000 100000 11 0 110010 1011111 1001011 11101 1011011 1101

Color Harmonies of #402003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402003

Black with #402003

Text Example


Text Example

White with #402003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402003; }

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

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

background-color css

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

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

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

border-color css

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

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

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