Html Css Color HEX #402618 Brown Pod

📋 copy color: '#402618'

red 64 ◦ green 38 ◦ blue 24

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

Shades of Brown Pod #402618

Tints of Brown Pod #402618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.16%

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

R = 50.79%
G = 30.16%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#402618 (or 0x402618) is known color: Brown Pod. HEX triplet: 40, 26 and 18. RGB value is (64,38,24). Sum of RGB (Red+Green+Blue) = 64+38+24=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402618 is #BFD9E7. Grayscale: #2C2C2C. Windows color (decimal): -12573160 or 1582656. OLE color: 1582656.

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

Color convert

RGB 64 38 24 -
CMYK 0 0.41 0.62 0.75
HSL 21º 0.45% 0.17% -
HSV(B) 21º 0.63% 0.25% -
XYZ 2.97 2.54 1.2 -
YUV 44.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 64 38 24 0 0.41 0.62 0.75 21 0.45 0.17
Hex 40 26 18 0 29 3E 4B 15 2D 11
Octal 100 46 30 0 51 76 113 25 55 21
Binary 1000000 100110 11000 0 101001 111110 1001011 10101 101101 10001

Color Harmonies of #402618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402618

Black with #402618

Text Example


Text Example

White with #402618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402618; }

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

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

background-color css

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

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

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

border-color css

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

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

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