Html Css Color HEX #40271C Brown Pod

📋 copy color: '#40271C'

red 64 ◦ green 39 ◦ blue 28

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

Shades of Brown Pod #40271C

Tints of Brown Pod #40271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 48.85%
G = 29.77%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40271C (or 0x40271C) is known color: Brown Pod. HEX triplet: 40, 27 and 1C. RGB value is (64,39,28). Sum of RGB (Red+Green+Blue) = 64+39+28=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271C is #BFD8E3. Grayscale: #2D2D2D. Windows color (decimal): -12572900 or 1845056. OLE color: 1845056.

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

Color convert

RGB 64 39 28 -
CMYK 0 0.39 0.56 0.75
HSL 18.33º 0.39% 0.18% -
HSV(B) 18.33º 0.56% 0.25% -
XYZ 3.05 2.62 1.44 -
YUV 45.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 64 39 28 0 0.39 0.56 0.75 18.33 0.39 0.18
Hex 40 27 1C 0 27 38 4B 12 27 12
Octal 100 47 34 0 47 70 113 22 47 22
Binary 1000000 100111 11100 0 100111 111000 1001011 10010 100111 10010

Color Harmonies of #40271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40271C

Black with #40271C

Text Example


Text Example

White with #40271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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