Html Css Color HEX #3F2513 Bistre

📋 copy color: '#3F2513'

red 63 ◦ green 37 ◦ blue 19

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

Shades of Bistre #3F2513

Tints of Bistre #3F2513

RGB

 RED value IS 63 (25% from 255) = 52.94%

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 52.94%
G = 31.09%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F2513 (or 0x3F2513) is known color: Bistre. HEX triplet: 3F, 25 and 13. RGB value is (63,37,19). Sum of RGB (Red+Green+Blue) = 63+37+19=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2513 is #C0DAEC. Grayscale: #2A2A2A. Windows color (decimal): -12638957 or 1254719. OLE color: 1254719.

HSL color Cylindrical-coordinate representation of color #3F2513: hue angle of 24.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2513 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 37 19 -
CMYK 0 0.41 0.70 0.75
HSL 24.55º 0.54% 0.16% -
HSV(B) 24.55º 0.7% 0.25% -
XYZ 2.83 2.43 0.94 -
YUV 42.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 63 37 19 0 0.41 0.70 0.75 24.55 0.54 0.16
Hex 3F 25 13 0 29 46 4B 19 36 10
Octal 77 45 23 0 51 106 113 31 66 20
Binary 111111 100101 10011 0 101001 1000110 1001011 11001 110110 10000

Color Harmonies of #3F2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2513

Black with #3F2513

Text Example


Text Example

White with #3F2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2513; }

 p { color: rgb(63,37,19); }

 H1.HeaderClassName
 {
   color: #3F2513;
 }
 .AnyTagClassName
 {
   color: #3F2513;
 }
</style>

background-color css

<style>
 a { background-color: #3F2513; }

 a { background-color: rgb(63,37,19); }

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

border-color css

<style>
 span { border-color: #3F2513; }

 span { border-color: rgb(63,37,19); }

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