Html Css Color HEX #40270F Bistre

📋 copy color: '#40270F'

red 64 ◦ green 39 ◦ blue 15

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

Shades of Bistre #40270F

Tints of Bistre #40270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 54.24%
G = 33.05%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40270F (or 0x40270F) is known color: Bistre. HEX triplet: 40, 27 and 0F. RGB value is (64,39,15). Sum of RGB (Red+Green+Blue) = 64+39+15=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270F is #BFD8F0. Grayscale: #2B2B2B. Windows color (decimal): -12572913 or 993088. OLE color: 993088.

HSL color Cylindrical-coordinate representation of color #40270F: hue angle of 29.39º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40270F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 15 -
CMYK 0 0.39 0.77 0.75
HSL 29.39º 0.62% 0.15% -
HSV(B) 29.39º 0.77% 0.25% -
XYZ 2.93 2.58 0.79 -
YUV 43.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 64 39 15 0 0.39 0.77 0.75 29.39 0.62 0.15
Hex 40 27 F 0 27 4D 4B 1D 3E F
Octal 100 47 17 0 47 115 113 35 76 17
Binary 1000000 100111 1111 0 100111 1001101 1001011 11101 111110 1111

Color Harmonies of #40270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40270F

Black with #40270F

Text Example


Text Example

White with #40270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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