Html Css Color HEX #402314 Brown Pod

📋 copy color: '#402314'

red 64 ◦ green 35 ◦ blue 20

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

Shades of Brown Pod #402314

Tints of Brown Pod #402314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 53.78%
G = 29.41%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#402314 (or 0x402314) is known color: Brown Pod. HEX triplet: 40, 23 and 14. RGB value is (64,35,20). Sum of RGB (Red+Green+Blue) = 64+35+20=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402314 is #BFDCEB. Grayscale: #2A2A2A. Windows color (decimal): -12573932 or 1319744. OLE color: 1319744.

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

Color convert

RGB 64 35 20 -
CMYK 0 0.45 0.69 0.75
HSL 20.45º 0.52% 0.16% -
HSV(B) 20.45º 0.69% 0.25% -
XYZ 2.84 2.34 0.96 -
YUV 41.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 64 35 20 0 0.45 0.69 0.75 20.45 0.52 0.16
Hex 40 23 14 0 2D 45 4B 14 34 10
Octal 100 43 24 0 55 105 113 24 64 20
Binary 1000000 100011 10100 0 101101 1000101 1001011 10100 110100 10000

Color Harmonies of #402314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402314

Black with #402314

Text Example


Text Example

White with #402314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402314; }

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

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

background-color css

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

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

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

border-color css

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

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

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