Html Css Color HEX #40251C Brown Pod

📋 copy color: '#40251C'

red 64 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #40251C

Tints of Brown Pod #40251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 49.61%
G = 28.68%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40251C (or 0x40251C) is known color: Brown Pod. HEX triplet: 40, 25 and 1C. RGB value is (64,37,28). Sum of RGB (Red+Green+Blue) = 64+37+28=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251C is #BFDAE3. Grayscale: #2C2C2C. Windows color (decimal): -12573412 or 1844544. OLE color: 1844544.

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

Color convert

RGB 64 37 28 -
CMYK 0 0.42 0.56 0.75
HSL 15º 0.39% 0.18% -
HSV(B) 15º 0.56% 0.25% -
XYZ 2.99 2.5 1.42 -
YUV 44.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 64 37 28 0 0.42 0.56 0.75 15 0.39 0.18
Hex 40 25 1C 0 2A 38 4B F 27 12
Octal 100 45 34 0 52 70 113 17 47 22
Binary 1000000 100101 11100 0 101010 111000 1001011 1111 100111 10010

Color Harmonies of #40251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40251C

Black with #40251C

Text Example


Text Example

White with #40251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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