Html Css Color HEX #40241A Brown Pod

📋 copy color: '#40241A'

red 64 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #40241A

Tints of Brown Pod #40241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 50.79%
G = 28.57%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40241A (or 0x40241A) is known color: Brown Pod. HEX triplet: 40, 24 and 1A. RGB value is (64,36,26). Sum of RGB (Red+Green+Blue) = 64+36+26=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40241A is #BFDBE5. Grayscale: #2B2B2B. Windows color (decimal): -12573670 or 1713216. OLE color: 1713216.

HSL color Cylindrical-coordinate representation of color #40241A: hue angle of 15.79º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40241A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 36 26 -
CMYK 0 0.44 0.59 0.75
HSL 15.79º 0.42% 0.18% -
HSV(B) 15.79º 0.59% 0.25% -
XYZ 2.93 2.43 1.29 -
YUV 43.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 64 36 26 0 0.44 0.59 0.75 15.79 0.42 0.18
Hex 40 24 1A 0 2C 3B 4B 10 2A 12
Octal 100 44 32 0 54 73 113 20 52 22
Binary 1000000 100100 11010 0 101100 111011 1001011 10000 101010 10010

Color Harmonies of #40241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40241A

Black with #40241A

Text Example


Text Example

White with #40241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,36,26); }

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

background-color css

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

 a { background-color: rgb(64,36,26); }

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

border-color css

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

 span { border-color: rgb(64,36,26); }

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