Html Css Color HEX #40251A Brown Pod

📋 copy color: '#40251A'

red 64 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #40251A

Tints of Brown Pod #40251A

RGB

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

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

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

R = 50.39%
G = 29.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40251A (or 0x40251A) is known color: Brown Pod. HEX triplet: 40, 25 and 1A. RGB value is (64,37,26). Sum of RGB (Red+Green+Blue) = 64+37+26=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251A is #BFDAE5. Grayscale: #2B2B2B. Windows color (decimal): -12573414 or 1713472. OLE color: 1713472.

HSL color Cylindrical-coordinate representation of color #40251A: hue angle of 17.37º 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 #40251A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 26 -
CMYK 0 0.42 0.59 0.75
HSL 17.37º 0.42% 0.18% -
HSV(B) 17.37º 0.59% 0.25% -
XYZ 2.96 2.49 1.3 -
YUV 43.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 64 37 26 0 0.42 0.59 0.75 17.37 0.42 0.18
Hex 40 25 1A 0 2A 3B 4B 11 2A 12
Octal 100 45 32 0 52 73 113 21 52 22
Binary 1000000 100101 11010 0 101010 111011 1001011 10001 101010 10010

Color Harmonies of #40251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40251A

Black with #40251A

Text Example


Text Example

White with #40251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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