Html Css Color HEX #3F2B12 Bistre

📋 copy color: '#3F2B12'

red 63 ◦ green 43 ◦ blue 18

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

Shades of Bistre #3F2B12

Tints of Bistre #3F2B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.68%

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 50.81%
G = 34.68%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F2B12 (or 0x3F2B12) is known color: Bistre. HEX triplet: 3F, 2B and 12. RGB value is (63,43,18). Sum of RGB (Red+Green+Blue) = 63+43+18=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B12 is #C0D4ED. Grayscale: #2E2E2E. Windows color (decimal): -12637422 or 1190719. OLE color: 1190719.

HSL color Cylindrical-coordinate representation of color #3F2B12: hue angle of 33.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2B12 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 43 18 -
CMYK 0 0.32 0.71 0.75
HSL 33.33º 0.56% 0.16% -
HSV(B) 33.33º 0.71% 0.25% -
XYZ 3.02 2.83 0.96 -
YUV 46.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 63 43 18 0 0.32 0.71 0.75 33.33 0.56 0.16
Hex 3F 2B 12 0 20 47 4B 21 38 10
Octal 77 53 22 0 40 107 113 41 70 20
Binary 111111 101011 10010 0 100000 1000111 1001011 100001 111000 10000

Color Harmonies of #3F2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B12

Black with #3F2B12

Text Example


Text Example

White with #3F2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,43,18); }

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

background-color css

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

 a { background-color: rgb(63,43,18); }

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

border-color css

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

 span { border-color: rgb(63,43,18); }

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