Html Css Color HEX #40251F Brown Pod

📋 copy color: '#40251F'

red 64 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #40251F

Tints of Brown Pod #40251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.03%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 48.48%
G = 28.03%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40251F (or 0x40251F) is known color: Brown Pod. HEX triplet: 40, 25 and 1F. RGB value is (64,37,31). Sum of RGB (Red+Green+Blue) = 64+37+31=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251F is #BFDAE0. Grayscale: #2C2C2C. Windows color (decimal): -12573409 or 2041152. OLE color: 2041152.

HSL color Cylindrical-coordinate representation of color #40251F: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40251F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 31 -
CMYK 0 0.42 0.52 0.75
HSL 10.91º 0.35% 0.19% -
HSV(B) 10.91º 0.52% 0.25% -
XYZ 3.02 2.51 1.62 -
YUV 44.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 64 37 31 0 0.42 0.52 0.75 10.91 0.35 0.19
Hex 40 25 1F 0 2A 34 4B B 23 13
Octal 100 45 37 0 52 64 113 13 43 23
Binary 1000000 100101 11111 0 101010 110100 1001011 1011 100011 10011

Color Harmonies of #40251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40251F

Black with #40251F

Text Example


Text Example

White with #40251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40251F; }

 p { color: rgb(64,37,31); }

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

background-color css

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

 a { background-color: rgb(64,37,31); }

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

border-color css

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

 span { border-color: rgb(64,37,31); }

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