Html Css Color HEX #3F2613 Bistre

📋 copy color: '#3F2613'

red 63 ◦ green 38 ◦ blue 19

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

Shades of Bistre #3F2613

Tints of Bistre #3F2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

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

R = 52.5%
G = 31.67%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F2613 (or 0x3F2613) is known color: Bistre. HEX triplet: 3F, 26 and 13. RGB value is (63,38,19). Sum of RGB (Red+Green+Blue) = 63+38+19=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2613 is #C0D9EC. Grayscale: #2B2B2B. Windows color (decimal): -12638701 or 1254975. OLE color: 1254975.

HSL color Cylindrical-coordinate representation of color #3F2613: hue angle of 25.91º 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 #3F2613 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 38 19 -
CMYK 0 0.40 0.70 0.75
HSL 25.91º 0.54% 0.16% -
HSV(B) 25.91º 0.7% 0.25% -
XYZ 2.86 2.49 0.95 -
YUV 43.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 63 38 19 0 0.40 0.70 0.75 25.91 0.54 0.16
Hex 3F 26 13 0 28 46 4B 1A 36 10
Octal 77 46 23 0 50 106 113 32 66 20
Binary 111111 100110 10011 0 101000 1000110 1001011 11010 110110 10000

Color Harmonies of #3F2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2613

Black with #3F2613

Text Example


Text Example

White with #3F2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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