Html Css Color HEX #40190A Brown Pod

📋 copy color: '#40190A'

red 64 ◦ green 25 ◦ blue 10

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

Shades of Brown Pod #40190A

Tints of Brown Pod #40190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 64.65%
G = 25.25%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40190A (or 0x40190A) is known color: Brown Pod. HEX triplet: 40, 19 and 0A. RGB value is (64,25,10). Sum of RGB (Red+Green+Blue) = 64+25+10=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40190A is #BFE6F5. Grayscale: #232323. Windows color (decimal): -12576502 or 661824. OLE color: 661824.

HSL color Cylindrical-coordinate representation of color #40190A: hue angle of 16.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40190A is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 10 -
CMYK 0 0.61 0.84 0.75
HSL 16.67º 0.73% 0.15% -
HSV(B) 16.67º 0.84% 0.25% -
XYZ 2.52 1.81 0.5 -
YUV 34.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 64 25 10 0 0.61 0.84 0.75 16.67 0.73 0.15
Hex 40 19 A 0 3D 54 4B 11 49 F
Octal 100 31 12 0 75 124 113 21 111 17
Binary 1000000 11001 1010 0 111101 1010100 1001011 10001 1001001 1111

Color Harmonies of #40190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40190A

Black with #40190A

Text Example


Text Example

White with #40190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40190A; }

 p { color: rgb(64,25,10); }

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

background-color css

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

 a { background-color: rgb(64,25,10); }

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

border-color css

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

 span { border-color: rgb(64,25,10); }

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