Html Css Color HEX #41270F Bistre

📋 copy color: '#41270F'

red 65 ◦ green 39 ◦ blue 15

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

Shades of Bistre #41270F

Tints of Bistre #41270F

RGB

 RED value IS 65 (25.78% from 255) = 54.62%

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

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

R = 54.62%
G = 32.77%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41270F (or 0x41270F) is known color: Bistre. HEX triplet: 41, 27 and 0F. RGB value is (65,39,15). Sum of RGB (Red+Green+Blue) = 65+39+15=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270F is #BED8F0. Grayscale: #2C2C2C. Windows color (decimal): -12507377 or 993089. OLE color: 993089.

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

Color convert

RGB 65 39 15 -
CMYK 0 0.40 0.77 0.75
HSL 28.8º 0.63% 0.16% -
HSV(B) 28.8º 0.77% 0.25% -
XYZ 2.99 2.61 0.8 -
YUV 44.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 65 39 15 0 0.40 0.77 0.75 28.8 0.63 0.16
Hex 41 27 F 0 28 4D 4B 1D 3E 10
Octal 101 47 17 0 50 115 113 35 76 20
Binary 1000001 100111 1111 0 101000 1001101 1001011 11101 111110 10000

Color Harmonies of #41270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41270F

Black with #41270F

Text Example


Text Example

White with #41270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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