Html Css Color HEX #402318 Brown Pod

📋 copy color: '#402318'

red 64 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #402318

Tints of Brown Pod #402318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 52.03%
G = 28.46%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#402318 (or 0x402318) is known color: Brown Pod. HEX triplet: 40, 23 and 18. RGB value is (64,35,24). Sum of RGB (Red+Green+Blue) = 64+35+24=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402318 is #BFDCE7. Grayscale: #2A2A2A. Windows color (decimal): -12573928 or 1581888. OLE color: 1581888.

HSL color Cylindrical-coordinate representation of color #402318: hue angle of 16.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402318 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 35 24 -
CMYK 0 0.45 0.62 0.75
HSL 16.5º 0.45% 0.17% -
HSV(B) 16.5º 0.63% 0.25% -
XYZ 2.88 2.36 1.17 -
YUV 42.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 64 35 24 0 0.45 0.62 0.75 16.5 0.45 0.17
Hex 40 23 18 0 2D 3E 4B 10 2D 11
Octal 100 43 30 0 55 76 113 20 55 21
Binary 1000000 100011 11000 0 101101 111110 1001011 10000 101101 10001

Color Harmonies of #402318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402318

Black with #402318

Text Example


Text Example

White with #402318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402318; }

 p { color: rgb(64,35,24); }

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

background-color css

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

 a { background-color: rgb(64,35,24); }

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

border-color css

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

 span { border-color: rgb(64,35,24); }

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