Html Css Color HEX #402413 Brown Pod

📋 copy color: '#402413'

red 64 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #402413

Tints of Brown Pod #402413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 53.78%
G = 30.25%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402413 (or 0x402413) is known color: Brown Pod. HEX triplet: 40, 24 and 13. RGB value is (64,36,19). Sum of RGB (Red+Green+Blue) = 64+36+19=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402413 is #BFDBEC. Grayscale: #2A2A2A. Windows color (decimal): -12573677 or 1254464. OLE color: 1254464.

HSL color Cylindrical-coordinate representation of color #402413: hue angle of 22.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402413 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 36 19 -
CMYK 0 0.44 0.70 0.75
HSL 22.67º 0.54% 0.16% -
HSV(B) 22.67º 0.7% 0.25% -
XYZ 2.86 2.4 0.93 -
YUV 42.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 64 36 19 0 0.44 0.70 0.75 22.67 0.54 0.16
Hex 40 24 13 0 2C 46 4B 17 36 10
Octal 100 44 23 0 54 106 113 27 66 20
Binary 1000000 100100 10011 0 101100 1000110 1001011 10111 110110 10000

Color Harmonies of #402413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402413

Black with #402413

Text Example


Text Example

White with #402413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402413; }

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

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

background-color css

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

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

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

border-color css

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

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

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