Html Css Color HEX #40271F Brown Pod

📋 copy color: '#40271F'

red 64 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #40271F

Tints of Brown Pod #40271F

RGB

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

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

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

R = 47.76%
G = 29.1%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40271F (or 0x40271F) is known color: Brown Pod. HEX triplet: 40, 27 and 1F. RGB value is (64,39,31). Sum of RGB (Red+Green+Blue) = 64+39+31=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271F is #BFD8E0. Grayscale: #2D2D2D. Windows color (decimal): -12572897 or 2041664. OLE color: 2041664.

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

Color convert

RGB 64 39 31 -
CMYK 0 0.39 0.52 0.75
HSL 14.55º 0.35% 0.19% -
HSV(B) 14.55º 0.52% 0.25% -
XYZ 3.09 2.64 1.64 -
YUV 45.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 64 39 31 0 0.39 0.52 0.75 14.55 0.35 0.19
Hex 40 27 1F 0 27 34 4B F 23 13
Octal 100 47 37 0 47 64 113 17 43 23
Binary 1000000 100111 11111 0 100111 110100 1001011 1111 100011 10011

Color Harmonies of #40271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40271F

Black with #40271F

Text Example


Text Example

White with #40271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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