Html Css Color HEX #402311 Brown Pod

📋 copy color: '#402311'

red 64 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #402311

Tints of Brown Pod #402311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 55.17%
G = 30.17%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#402311 (or 0x402311) is known color: Brown Pod. HEX triplet: 40, 23 and 11. RGB value is (64,35,17). Sum of RGB (Red+Green+Blue) = 64+35+17=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402311 is #BFDCEE. Grayscale: #292929. Windows color (decimal): -12573935 or 1123136. OLE color: 1123136.

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

Color convert

RGB 64 35 17 -
CMYK 0 0.45 0.73 0.75
HSL 22.98º 0.58% 0.16% -
HSV(B) 22.98º 0.73% 0.25% -
XYZ 2.82 2.33 0.83 -
YUV 41.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 64 35 17 0 0.45 0.73 0.75 22.98 0.58 0.16
Hex 40 23 11 0 2D 49 4B 17 3A 10
Octal 100 43 21 0 55 111 113 27 72 20
Binary 1000000 100011 10001 0 101101 1001001 1001011 10111 111010 10000

Color Harmonies of #402311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402311

Black with #402311

Text Example


Text Example

White with #402311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402311; }

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

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

background-color css

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

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

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

border-color css

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

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

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