Html Css Color HEX #402312 Brown Pod

📋 copy color: '#402312'

red 64 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #402312

Tints of Brown Pod #402312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 54.7%
G = 29.91%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#402312 (or 0x402312) is known color: Brown Pod. HEX triplet: 40, 23 and 12. RGB value is (64,35,18). Sum of RGB (Red+Green+Blue) = 64+35+18=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402312 is #BFDCED. Grayscale: #292929. Windows color (decimal): -12573934 or 1188672. OLE color: 1188672.

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

Color convert

RGB 64 35 18 -
CMYK 0 0.45 0.72 0.75
HSL 22.17º 0.56% 0.16% -
HSV(B) 22.17º 0.72% 0.25% -
XYZ 2.82 2.34 0.87 -
YUV 41.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 64 35 18 0 0.45 0.72 0.75 22.17 0.56 0.16
Hex 40 23 12 0 2D 48 4B 16 38 10
Octal 100 43 22 0 55 110 113 26 70 20
Binary 1000000 100011 10010 0 101101 1001000 1001011 10110 111000 10000

Color Harmonies of #402312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402312

Black with #402312

Text Example


Text Example

White with #402312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402312; }

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

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

background-color css

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

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

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

border-color css

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

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

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