Html Css Color HEX #3F2719 Bistre

📋 copy color: '#3F2719'

red 63 ◦ green 39 ◦ blue 25

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

Shades of Bistre #3F2719

Tints of Bistre #3F2719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 49.61%
G = 30.71%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F2719 (or 0x3F2719) is known color: Bistre. HEX triplet: 3F, 27 and 19. RGB value is (63,39,25). Sum of RGB (Red+Green+Blue) = 63+39+25=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2719 is #C0D8E6. Grayscale: #2C2C2C. Windows color (decimal): -12638439 or 1648447. OLE color: 1648447.

HSL color Cylindrical-coordinate representation of color #3F2719: hue angle of 22.11º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2719 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 39 25 -
CMYK 0 0.38 0.60 0.75
HSL 22.11º 0.43% 0.17% -
HSV(B) 22.11º 0.6% 0.25% -
XYZ 2.95 2.58 1.26 -
YUV 44.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 63 39 25 0 0.38 0.60 0.75 22.11 0.43 0.17
Hex 3F 27 19 0 26 3C 4B 16 2B 11
Octal 77 47 31 0 46 74 113 26 53 21
Binary 111111 100111 11001 0 100110 111100 1001011 10110 101011 10001

Color Harmonies of #3F2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2719

Black with #3F2719

Text Example


Text Example

White with #3F2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,25); }

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

background-color css

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

 a { background-color: rgb(63,39,25); }

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

border-color css

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

 span { border-color: rgb(63,39,25); }

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