Html Css Color HEX #40231C Brown Pod

📋 copy color: '#40231C'

red 64 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #40231C

Tints of Brown Pod #40231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 50.39%
G = 27.56%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40231C (or 0x40231C) is known color: Brown Pod. HEX triplet: 40, 23 and 1C. RGB value is (64,35,28). Sum of RGB (Red+Green+Blue) = 64+35+28=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40231C is #BFDCE3. Grayscale: #2A2A2A. Windows color (decimal): -12573924 or 1844032. OLE color: 1844032.

HSL color Cylindrical-coordinate representation of color #40231C: hue angle of 11.67º 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 #40231C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 35 28 -
CMYK 0 0.45 0.56 0.75
HSL 11.67º 0.39% 0.18% -
HSV(B) 11.67º 0.56% 0.25% -
XYZ 2.92 2.38 1.4 -
YUV 42.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 64 35 28 0 0.45 0.56 0.75 11.67 0.39 0.18
Hex 40 23 1C 0 2D 38 4B C 27 12
Octal 100 43 34 0 55 70 113 14 47 22
Binary 1000000 100011 11100 0 101101 111000 1001011 1100 100111 10010

Color Harmonies of #40231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40231C

Black with #40231C

Text Example


Text Example

White with #40231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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