Html Css Color HEX #40180C Brown Pod

📋 copy color: '#40180C'

red 64 ◦ green 24 ◦ blue 12

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

Shades of Brown Pod #40180C

Tints of Brown Pod #40180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24%

 BLUE value IS 12 (5.08% from 255) = 12%

R = 64%
G = 24%
B = 12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40180C (or 0x40180C) is known color: Brown Pod. HEX triplet: 40, 18 and 0C. RGB value is (64,24,12). Sum of RGB (Red+Green+Blue) = 64+24+12=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40180C is #BFE7F3. Grayscale: #222222. Windows color (decimal): -12576756 or 792640. OLE color: 792640.

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

Color convert

RGB 64 24 12 -
CMYK 0 0.62 0.81 0.75
HSL 13.85º 0.68% 0.15% -
HSV(B) 13.85º 0.81% 0.25% -
XYZ 2.51 1.77 0.56 -
YUV 34.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 64 24 12 0 0.62 0.81 0.75 13.85 0.68 0.15
Hex 40 18 C 0 3E 51 4B E 44 F
Octal 100 30 14 0 76 121 113 16 104 17
Binary 1000000 11000 1100 0 111110 1010001 1001011 1110 1000100 1111

Color Harmonies of #40180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40180C

Black with #40180C

Text Example


Text Example

White with #40180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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